Upgrade transformers==5.3.0 (#17784)

Signed-off-by: Xinyuan Tong <xinyuantong.cs@gmail.com>
Co-authored-by: Kangyan-Zhou <zky314343421@gmail.com>
Co-authored-by: Alison Shao <alisonshao@mac.lan>
Co-authored-by: Mick <mickjagger19@icloud.com>
This commit is contained in:
Xinyuan Tong
2026-03-18 20:50:43 +00:00
committed by GitHub
parent e5750a572c
commit d1e95af282
95 changed files with 1134 additions and 341 deletions

View File

@@ -28,8 +28,6 @@ runtime_common = [
"einops",
"fastapi",
"gguf",
"hf_transfer",
"huggingface_hub",
"interegular",
"llguidance>=0.7.11,<0.8.0",
"modelscope",
@@ -59,7 +57,8 @@ runtime_common = [
"timm==1.0.16",
"torchao==0.9.0",
"tqdm",
"transformers==4.57.1",
"mistral_common>=1.9.0",
"transformers==5.3.0",
"uvicorn",
"uvloop",
"xgrammar==0.1.27",
@@ -164,7 +163,7 @@ test = [
"jsonlines",
"matplotlib",
"pandas",
"peft",
"peft>=0.18.0",
"pytest",
"sentence_transformers",
"tabulate",