Provider 'fireworks-ai' not supported

Hi there, I’m using the latest huggingface_hub python library (0.28.1), but getting an error when trying to use Fireworks AI as a provider:

ValueError: Provider 'fireworks-ai' not supported. Available providers: ['fal-ai', 'hf-inference', 'replicate', 'sambanova', 'together']

Has anyone experienced a similar issue over the past couple of days?

1 Like

Aha, solved it by installing the latest source (0.29.x, under development currently):

pip install git+https://github.com/huggingface/huggingface_hub

1 Like