From 9bb61fa60047fde1943ed5b865ad96737b707bc8 Mon Sep 17 00:00:00 2001 From: Kan Cheung Date: Mon, 26 Aug 2024 17:05:59 +0800 Subject: [PATCH] updated to english warning --- air_llm/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/air_llm/setup.py b/air_llm/setup.py index 2a1516c..57d06ac 100644 --- a/air_llm/setup.py +++ b/air_llm/setup.py @@ -10,7 +10,7 @@ class PostInstallCommand(install): try: subprocess.check_call([sys.executable, "-m", "pip", "install", "--upgrade", "transformers"]) except subprocess.CalledProcessError: - print("警告:無法升級 transformers 套件。請手動升級。") + print("Warning: Unable to upgrade transformers package. Please upgrade manually.") # Windows uses a different default encoding (use a consistent encoding) with open("README.md", "r", encoding="utf-8") as fh: