Skip to content

Commit 549e2b6

Browse files
committed
download to local dir
1 parent e301e6e commit 549e2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/litmodels/cloud_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def upload_model(
7373

7474
def download_model(
7575
name: str,
76-
download_dir: Optional[str] = None,
76+
download_dir: str = ".",
7777
progress_bar: bool = True,
7878
) -> str:
7979
"""Download a checkpoint from the model store.

0 commit comments

Comments
 (0)