From 7211541ade9e512941521358e8a43b8088b853c5 Mon Sep 17 00:00:00 2001 From: Kashif Rasul Date: Thu, 26 Dec 2019 12:21:40 +0100 Subject: [PATCH] Typo in serving.py --- src/transformers/commands/serving.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transformers/commands/serving.py b/src/transformers/commands/serving.py index 4d543fee5e..c5000263f3 100644 --- a/src/transformers/commands/serving.py +++ b/src/transformers/commands/serving.py @@ -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))