"web/git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "e1a9e26968ad9770391a384efb64868e79354811"
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):
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))
......
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