Use stable url for MNIST (#749)

* use stable url

* remove deprecated flag
This commit is contained in:
Awni Hannun
2024-05-03 17:13:05 -07:00
committed by GitHub
parent d1c35fa684
commit 2bf11c4633
2 changed files with 3 additions and 2 deletions

View File

@@ -80,7 +80,6 @@ def get_model_path(path_or_hf_repo: str, revision: Optional[str] = None) -> Path
"*.tiktoken",
"*.txt",
],
resume_download=True,
)
)
return model_path