-
Notifications
You must be signed in to change notification settings - Fork 58
Description
Hey there! Maintainer of huggingface_hub library here, the underlying interface used by Python libraries to interact with the Hugging Face Hub 👋
A few months ago we've released huggingface_hub 1.0 and are adding new features to it regularly. This version is incompatible with transformers v4.x. Since transformers v5 has been shipped early 2026, I think it'd be beneficial to bump transformers to v5 - and therefore huggingface_hub v1.0. Let me know if there are any blockers doing so!
Line 22 in 0a9cd51
| "transformers<5", |
Note: we have a guide on how to migrate huggingface_hub (https://huggingface.co/docs/huggingface_hub/concepts/migration) and another one for transformers https://github.com/huggingface/transformers/blob/main/MIGRATION_GUIDE_V5.md. Hopefully it shouldn't be a huge effort. Potentially Mova is already compatible with them without any changes.