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 9c84503Copy full SHA for 9c84503
_requirements/test.txt
@@ -3,3 +3,5 @@ pytest >=6.0
3
pytest-cov
4
pytest-mock
5
mypy ==1.13.0
6
+
7
+pytorch-lightning >=2.0
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