We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sources for models/architectures/pipelines are scattered all over the project. We must unify and simplify the process for users/admins.
In order to do that, port all downloads to the "new" huggingface_hub.snapshot_download method.
huggingface_hub.snapshot_download
Here's a quick example for the ONNX version of Phi3-4k:
ONNX
Phi3-4k
from huggingface_hub import snapshot_download snapshot_download(repo, allow_patterns=['cpu_and_mobile/cpu-int4-rtn-block-32-acc-level-4/*'], local_dir='models/cpu_and_mobile/phi-3-4k')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sources for models/architectures/pipelines are scattered all over the project.
We must unify and simplify the process for users/admins.
In order to do that, port all downloads to the "new"
huggingface_hub.snapshot_download
method.Here's a quick example for the
ONNX
version ofPhi3-4k
:The text was updated successfully, but these errors were encountered: