Skip to content

Commit

Permalink
Typo to open PR
Browse files Browse the repository at this point in the history
  • Loading branch information
LysandreJik committed Jan 30, 2024
1 parent 0cf83ce commit 8b79ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 8b79ee2

Please sign in to comment.