Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
9024b199
Commit
9024b199
authored
Dec 27, 2019
by
Aymeric Augustin
Browse files
Auto-format (fixes previous commit).
parent
3233b58a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/commands/serving.py
src/transformers/commands/serving.py
+1
-1
No files found.
src/transformers/commands/serving.py
View file @
9024b199
...
...
@@ -109,7 +109,7 @@ class ServeCommand(BaseTransformersCLICommand):
if
not
_serve_dependancies_installed
:
raise
RuntimeError
(
"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 separately."
)
else
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment