From 8b79ee2e98f89b5a2245c57be79de056d2fde58a Mon Sep 17 00:00:00 2001 From: Lysandre Date: Tue, 30 Jan 2024 13:46:03 +0100 Subject: [PATCH] Typo to open PR --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index bfb8615f..b6b82ba4 100644 --- a/src/main.py +++ b/src/main.py @@ -19,7 +19,7 @@ if not is_accelerate_available() and not is_tgi_available(): - hlog_warn("Using either accelerate or text-generation to run this script is advised.") + hlog_warn("Using either accelerate or text-generation-inference to run this script is advised.") TOKEN = os.getenv("HF_TOKEN") CACHE_DIR = os.getenv("HF_HOME")