You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Set name for 'read_values' UDF
* Print packages versions before testing examples
* Temporary limit 'huggingface_hub' version to be <0.30 to prevent "Provider 'featherless-ai' not supported" error (see also: huggingface/huggingface_hub#3064)
Describe the bug
It looks like
GET /api/models/...?expand=inferenceProviderMapping
is returning a still unsupported inference provider.huggingface_hub/src/huggingface_hub/inference/_providers/__init__.py
Lines 52 to 131 in 785835f
Would it be more convenient to skip unsupported providers instead of raising an exception?
Reproduction
requirements.txt
huggingface_hub==0.31.1
example.py
Logs
python example.py
GET https://huggingface.co/api/models/meta-llama/Llama-3.1-70B-Instruct?expand=inferenceProviderMapping
System info
The text was updated successfully, but these errors were encountered: