Unverified Commit 8c67b529 authored by Thomas Wolf's avatar Thomas Wolf Committed by GitHub
Browse files

Merge pull request #2324 from kashif/patch-1

Typo in serving.py
parents aeef4823 7211541a
...@@ -110,7 +110,7 @@ class ServeCommand(BaseTransformersCLICommand): ...@@ -110,7 +110,7 @@ class ServeCommand(BaseTransformersCLICommand):
raise RuntimeError( raise RuntimeError(
"Using serve command requires FastAPI and unicorn. " "Using serve command requires FastAPI and unicorn. "
"Please install transformers with [serving]: pip install transformers[serving]." "Please install transformers with [serving]: pip install transformers[serving]."
"Or install FastAPI and unicorn separatly." "Or install FastAPI and unicorn separately."
) )
else: else:
logger.info("Serving model over {}:{}".format(host, port)) logger.info("Serving model over {}:{}".format(host, port))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment