[Deps] Bump transformers to 5.12.1 (#29393)

This commit is contained in:
Mohammad Miadh Angkad
2026-06-30 00:54:01 -07:00
committed by GitHub
parent f920a37da4
commit bae78a44da
17 changed files with 144 additions and 170 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ dependencies = [
"IPython",
"kernels>=0.14.1,<0.15",
"llguidance>=0.7.11,<0.8.0",
"mistral_common>=1.11.0",
"mistral_common>=1.11.5",
"modelscope",
"msgspec",
"ninja",
@@ -80,7 +80,7 @@ dependencies = [
"torchcodec==0.11.1 ; sys_platform != 'linux' or (sys_platform == 'linux' and platform_machine != 'aarch64' and platform_machine != 'arm64' and platform_machine != 'armv7l')", # torchcodec 0.11.1 for torch 2.11.x (0.10 is ABI-incompatible: references the pre-2.11 c10::MessageLogger ctor signature). Not available on Linux ARM.
"torchvision",
"tqdm",
"transformers==5.8.1",
"transformers==5.12.1",
"uvicorn",
"uvloop",
"watchfiles",