[hotfix] Fixes on cuda 13 docker image (#17541)

Co-authored-by: iforgetmyname <iforgetmyname@users.noreply.github>
This commit is contained in:
Baizhou Zhang
2026-01-22 12:29:55 +08:00
committed by GitHub
parent a5bbcda968
commit fafa171529
5 changed files with 5 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ dependencies = [
"timm==1.0.16",
"torch_memory_saver==0.0.9",
"torch==2.9.1",
"torchao==0.9.0",
"torchaudio==2.9.1",
"torchcodec==0.8.0 ; sys_platform != 'linux' or (sys_platform == 'linux' and platform_machine != 'aarch64' and platform_machine != 'arm64' and platform_machine != 'armv7l')", # torchcodec does not exist in those systems. If not provided, transformer will use torchvision instead by default.
"torchvision",

View File

@@ -57,6 +57,7 @@ dependencies = [
"soundfile==0.13.1",
"tiktoken",
"timm==1.0.16",
"torchao==0.9.0",
"tqdm",
"transformers==4.57.1",
"uvicorn",

View File

@@ -57,6 +57,7 @@ runtime_common = [
"soundfile==0.13.1",
"tiktoken",
"timm==1.0.16",
"torchao==0.9.0",
"tqdm",
"transformers==4.57.1",
"uvicorn",

View File

@@ -61,6 +61,7 @@ dependencies = [
"soundfile==0.13.1",
"tiktoken",
"timm==1.0.16",
"torchao==0.9.0",
"tqdm",
"transformers==4.57.1",
"uvicorn",