mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-09-01 04:14:38 +08:00
Use stable url for MNIST (#749)
* use stable url * remove deprecated flag
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user