The latest releases of Hugging Face's Transformers API rely on attributes (namely, huggingface_hub.constants.HF_HUB_CACHE) that are only defined in the latest release of huggingface-hub.
As a result, the constraint in this library is leading to a situation where a dependency on latest Transformers release and cached_path cannot be resolved.
Are there plans to remove the dependency constraint on huggingface-hub < 0.19.0?
The latest releases of Hugging Face's Transformers API rely on attributes (namely,
huggingface_hub.constants.HF_HUB_CACHE
) that are only defined in the latest release of huggingface-hub.As a result, the constraint in this library is leading to a situation where a dependency on latest Transformers release and cached_path cannot be resolved.
Thank you!