[CPU] Upgrade torch cpu dependencies to version 2.14. (#37939)

Co-authored-by: Niu Ziru <niuziru@a4bf018d3341.jf.intel.com>
This commit is contained in:
Ziru
2026-09-17 14:01:43 +08:00
committed by GitHub
co-authored by Niu Ziru
parent 7782a2a1c8
commit 9d0a8d7536
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -60,13 +60,13 @@ dependencies = [
"tabulate",
"tiktoken",
"timm==1.0.16",
"torch==2.12.0",
"torch==2.14.0",
"torchaudio==2.11.0",
"torchcodec==0.12.0 ; sys_platform != 'linux' or (sys_platform == 'linux' and platform_machine != 'aarch64' and platform_machine != 'arm64' and platform_machine != 'armv7l')",
"torchvision==0.27.0",
"torchvision==0.29.0",
"tqdm",
"transformers==5.12.1",
"triton==3.7.0",
"triton==3.8.0",
"uvicorn",
"uvloop",
"xxhash",