mirror of
https://github.com/0xSojalSec/airllm.git
synced 2026-03-07 14:24:44 +00:00
updated to english warning
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user