mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-02 19:21:31 +06:00
Typo in serving.py
This commit is contained in:
parent
aeef4823ab
commit
7211541ade
@ -110,7 +110,7 @@ class ServeCommand(BaseTransformersCLICommand):
|
||||
raise RuntimeError(
|
||||
"Using serve command requires FastAPI and unicorn. "
|
||||
"Please install transformers with [serving]: pip install transformers[serving]."
|
||||
"Or install FastAPI and unicorn separatly."
|
||||
"Or install FastAPI and unicorn separately."
|
||||
)
|
||||
else:
|
||||
logger.info("Serving model over {}:{}".format(host, port))
|
||||
|
Loading…
Reference in New Issue
Block a user