We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e301e6e commit 549e2b6Copy full SHA for 549e2b6
src/litmodels/cloud_io.py
@@ -73,7 +73,7 @@ def upload_model(
73
74
def download_model(
75
name: str,
76
- download_dir: Optional[str] = None,
+ download_dir: str = ".",
77
progress_bar: bool = True,
78
) -> str:
79
"""Download a checkpoint from the model store.
0 commit comments