We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f766180 commit 48e7cc3Copy full SHA for 48e7cc3
unlockgnn/download.py
@@ -21,7 +21,7 @@
21
MODELS_URL: str = (
22
"https://github.com/a-ws-m/unlockGNN/raw/{branch}/models/{fname}.tar.gz"
23
)
24
-DATA_URL: str = "https://github.com/a-ws-m/unlockGNN/raw/{branch}/data/{fname}.pkl"
+DATA_URL: str = "https://github.com/a-ws-m/unlockGNN/raw/{branch}/data/{fname}.parquet"
25
AVAILABLE_MODELS = Literal["binary_e_form"]
26
AVAILABLE_DATA = Literal["binary_e_form"]
27
0 commit comments