Upgrade transformers to 5.5.3 and refactor hf_transformers_utils into subpackage (#21569)

This commit is contained in:
Xinyuan Tong
2026-04-15 20:03:44 -07:00
committed by GitHub
parent 14e122cdee
commit 34fef07a15
18 changed files with 2838 additions and 1515 deletions
+3 -2
View File
@@ -25,6 +25,7 @@ runtime_common = [
"build",
"compressed-tensors",
"datasets",
"easydict",
"einops",
"fastapi",
"gguf",
@@ -57,8 +58,8 @@ runtime_common = [
"timm==1.0.16",
"torchao==0.9.0",
"tqdm",
"mistral_common>=1.9.0",
"transformers==5.3.0",
"mistral_common>=1.11.0",
"transformers==5.5.4",
"uvicorn",
"uvloop",
"xgrammar==0.1.32",