We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d42db commit 44e3375Copy full SHA for 44e3375
src/huggingface_inference_toolkit/webservice_starlette.py
@@ -50,7 +50,7 @@ async def some_startup_task():
50
else:
51
raise ValueError(
52
f"""Can't initialize model.
53
- Please set env HF_MODEL_DIR or provider a HF_MODEL_ID.
+ Please set env HF_MODEL_DIR or provide a HF_MODEL_ID.
54
Provided values are:
55
HF_MODEL_DIR: {HF_MODEL_DIR} and HF_MODEL_ID:{HF_MODEL_ID}"""
56
)
0 commit comments