ValueError: Provider 'featherless-ai' not supported. Available values: 'auto' or any provider from ['black-forest-labs', 'cerebras', 'cohere', 'fal-ai', 'fireworks-ai', 'hf-inference', 'hyperbolic', 'nebius', 'novita', 'openai', 'replicate', 'sambanova', 'together'].Passing 'auto' (default value) will automatically select the first provider available for the model, sorted by the user's order in https://hf.co/settings/inference-providers.To fix this error, we specified the
'hf-inference' provider in the InferenceClient initialization like this:client = InferenceClient( model="HuggingFaceH4/zephyr-7b-beta", provider="hf-inference" )