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

@@ -30,8 +30,6 @@ dependencies = [
"flashinfer_python==0.6.6", # keep it aligned with jit-cache version in Dockerfile
"flashinfer_cubin==0.6.6",
"gguf",
"hf_transfer",
"huggingface_hub",
"interegular",
"llguidance>=0.7.11,<0.8.0",
"modelscope",
@@ -72,7 +70,8 @@ dependencies = [
"av ; sys_platform == 'linux' and (platform_machine == 'aarch64' or platform_machine == 'arm64' or platform_machine == 'armv7l')",
"torchvision",
"tqdm",
"transformers==4.57.1",
"mistral_common>=1.9.0",
"transformers==5.3.0",
"uvicorn",
"uvloop",
"watchfiles",
@@ -131,6 +130,7 @@ tracing = [
test = [
"accelerate",
"addict",
"bitsandbytes",
"expecttest",
"jsonlines",
@@ -138,7 +138,7 @@ test = [
"matplotlib",
"pandas",
"parameterized",
"peft",
"peft>=0.18.0",
"pytest",
"pytest-cov",
"diff-cover",