Skip to content

Conversation

@Purfview
Copy link
Contributor

@Purfview Purfview commented Nov 6, 2025

Remove "local_dir_use_symlinks" from download_model()
It's deprecated since huggingface_hub v0.23.0 and produce this warning:

/opt/hostedtoolcache/Python/3.9.24/x64/lib/python3.9/site-packages/huggingface_hub/utils/_validators.py:202: UserWarning: The local_dir_use_symlinks argument is deprecated and ignored in snapshot_download. Downloading to a local directory does not use symlinks anymore.

It's deprecated since huggingface_hub v0.23.0 and produce this warning:

>   /opt/hostedtoolcache/Python/3.9.24/x64/lib/python3.9/site-packages/huggingface_hub/utils/_validators.py:202: UserWarning: The `local_dir_use_symlinks` argument is deprecated and ignored in `snapshot_download`. Downloading to a local directory does not use symlinks anymore.
@MahmoudAshraf97 MahmoudAshraf97 merged commit cf42429 into SYSTRAN:master Nov 18, 2025
3 checks passed
funboarder13920 pushed a commit to funboarder13920/faster-whisper that referenced this pull request Nov 19, 2025
* Remove "local_dir_use_symlinks" from download_model()

It's deprecated since huggingface_hub v0.23.0 and produce this warning:

>   /opt/hostedtoolcache/Python/3.9.24/x64/lib/python3.9/site-packages/huggingface_hub/utils/_validators.py:202: UserWarning: The `local_dir_use_symlinks` argument is deprecated and ignored in `snapshot_download`. Downloading to a local directory does not use symlinks anymore.

* Bump huggingface_hub requirement to v0.23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants