problem with using serverless inference

#78
by manju2345 - opened

from huggingface_hub import InferenceClient

client = InferenceClient(
provider="together",
api_key=""
)

Facing this error:
]
client = InferenceClient(
4 provider="together",
5 api_key=""

TypeError: InferenceClient.init() got an unexpected keyword argument 'provider'

You should install huggingface_hub version v0.28.0 or later

Sign up or log in to comment