Skip to content

Commit 3abea74

Browse files
committed
update
1 parent 6909edf commit 3abea74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torch_geometric/nn/model_hub.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ def _from_pretrained(
144144
revision,
145145
cache_dir,
146146
force_download,
147-
proxies,
148-
resume_download,
149147
local_files_only,
150148
token,
149+
proxies=None,
150+
resume_download=False,
151151
dataset_name='',
152152
model_name='',
153153
map_location='cpu',

0 commit comments

Comments
 (0)