diff --git a/backend/python/ace-step/requirements-cpu.txt b/backend/python/ace-step/requirements-cpu.txt index e986de1b061f..0ccdf483f146 100644 --- a/backend/python/ace-step/requirements-cpu.txt +++ b/backend/python/ace-step/requirements-cpu.txt @@ -4,7 +4,7 @@ torchaudio torchvision # Core dependencies -transformers>=4.51.0,<4.58.0 +transformers>=5.14.1,<5.15.0 diffusers gradio matplotlib>=3.7.5 diff --git a/backend/python/ace-step/requirements-cublas12.txt b/backend/python/ace-step/requirements-cublas12.txt index 9a656bf80f4e..41ac0ef34522 100644 --- a/backend/python/ace-step/requirements-cublas12.txt +++ b/backend/python/ace-step/requirements-cublas12.txt @@ -4,7 +4,7 @@ torchaudio torchvision # Core dependencies -transformers>=4.51.0,<4.58.0 +transformers>=5.14.1,<5.15.0 diffusers gradio>=6.5.1 matplotlib>=3.7.5 diff --git a/backend/python/ace-step/requirements-cublas13.txt b/backend/python/ace-step/requirements-cublas13.txt index 772c8458f0d8..c18479ae2a8a 100644 --- a/backend/python/ace-step/requirements-cublas13.txt +++ b/backend/python/ace-step/requirements-cublas13.txt @@ -4,7 +4,7 @@ torchaudio torchvision # Core dependencies -transformers>=4.51.0,<4.58.0 +transformers>=5.14.1,<5.15.0 diffusers gradio>=6.5.1 matplotlib>=3.7.5 diff --git a/backend/python/ace-step/requirements-hipblas.txt b/backend/python/ace-step/requirements-hipblas.txt index 459792279c26..343486e0f7ac 100644 --- a/backend/python/ace-step/requirements-hipblas.txt +++ b/backend/python/ace-step/requirements-hipblas.txt @@ -1,10 +1,10 @@ --extra-index-url https://download.pytorch.org/whl/rocm7.0 -torch==2.10.0+rocm7.0 +torch==2.12.1+cpu torchaudio torchvision # Core dependencies -transformers>=4.51.0,<4.58.0 +transformers>=5.14.1,<5.15.0 diffusers gradio>=6.5.1 matplotlib>=3.7.5 diff --git a/backend/python/ace-step/requirements-intel.txt b/backend/python/ace-step/requirements-intel.txt index d9136331c57d..66ef95c6e730 100644 --- a/backend/python/ace-step/requirements-intel.txt +++ b/backend/python/ace-step/requirements-intel.txt @@ -4,7 +4,7 @@ torchaudio torchvision # Core dependencies -transformers>=4.51.0,<4.58.0 +transformers>=5.14.1,<5.15.0 diffusers gradio matplotlib>=3.7.5 diff --git a/backend/python/ace-step/requirements-l4t13.txt b/backend/python/ace-step/requirements-l4t13.txt index 1f387555a281..02d395d8618d 100644 --- a/backend/python/ace-step/requirements-l4t13.txt +++ b/backend/python/ace-step/requirements-l4t13.txt @@ -3,7 +3,7 @@ torch torchaudio torchvision # Core dependencies -transformers>=4.51.0,<4.58.0 +transformers>=5.14.1,<5.15.0 diffusers gradio>=6.5.1 matplotlib>=3.7.5 diff --git a/backend/python/ace-step/requirements-mps.txt b/backend/python/ace-step/requirements-mps.txt index ab7620136ddd..3ff220244a24 100644 --- a/backend/python/ace-step/requirements-mps.txt +++ b/backend/python/ace-step/requirements-mps.txt @@ -3,7 +3,7 @@ torchaudio torchvision # Core dependencies -transformers>=4.51.0,<4.58.0 +transformers>=5.14.1,<5.15.0 diffusers gradio matplotlib>=3.7.5 diff --git a/backend/python/llama-cpp-quantization/requirements-cpu.txt b/backend/python/llama-cpp-quantization/requirements-cpu.txt index a4719c2cc53f..a34761b54eea 100644 --- a/backend/python/llama-cpp-quantization/requirements-cpu.txt +++ b/backend/python/llama-cpp-quantization/requirements-cpu.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/cpu -torch==2.12.1 -transformers>=4.56.2 +torch==2.12.1+cpu +transformers>=5.14.1 huggingface-hub>=1.3.0 sentencepiece diff --git a/backend/python/llama-cpp-quantization/requirements-mps.txt b/backend/python/llama-cpp-quantization/requirements-mps.txt index 1e8d7b155cbb..be1deb0c5b82 100644 --- a/backend/python/llama-cpp-quantization/requirements-mps.txt +++ b/backend/python/llama-cpp-quantization/requirements-mps.txt @@ -1,4 +1,4 @@ -torch==2.10.0 -transformers>=4.56.2 +torch==2.12.1+cpu +transformers>=5.14.1 huggingface-hub>=1.3.0 sentencepiece diff --git a/backend/python/longcat-video/requirements-cpu.txt b/backend/python/longcat-video/requirements-cpu.txt index 01311205e269..689ed4d2c029 100644 --- a/backend/python/longcat-video/requirements-cpu.txt +++ b/backend/python/longcat-video/requirements-cpu.txt @@ -1,3 +1,3 @@ --index-url https://download.pytorch.org/whl/cpu -torch==2.12.1 +torch==2.12.1+cu130 torchvision==0.27.1 diff --git a/backend/python/longcat-video/requirements-cublas12.txt b/backend/python/longcat-video/requirements-cublas12.txt index b3b28a042b96..22e6dcd9e299 100644 --- a/backend/python/longcat-video/requirements-cublas12.txt +++ b/backend/python/longcat-video/requirements-cublas12.txt @@ -1,3 +1,3 @@ --index-url https://download.pytorch.org/whl/cu126 -torch==2.12.1 +torch==2.12.1+cu130 torchvision==0.27.1 diff --git a/backend/python/longcat-video/requirements-cublas13.txt b/backend/python/longcat-video/requirements-cublas13.txt index c3fcbcaec5ac..6893695d8a12 100644 --- a/backend/python/longcat-video/requirements-cublas13.txt +++ b/backend/python/longcat-video/requirements-cublas13.txt @@ -1,3 +1,3 @@ --index-url https://download.pytorch.org/whl/cu130 -torch==2.12.1 +torch==2.12.1+cu130 torchvision==0.27.1 diff --git a/backend/python/longcat-video/requirements-l4t13.txt b/backend/python/longcat-video/requirements-l4t13.txt index c3fcbcaec5ac..6893695d8a12 100644 --- a/backend/python/longcat-video/requirements-l4t13.txt +++ b/backend/python/longcat-video/requirements-l4t13.txt @@ -1,3 +1,3 @@ --index-url https://download.pytorch.org/whl/cu130 -torch==2.12.1 +torch==2.12.1+cu130 torchvision==0.27.1 diff --git a/backend/python/sglang/requirements-cpu.txt b/backend/python/sglang/requirements-cpu.txt index 3387ca9007b2..c035ffb34e22 100644 --- a/backend/python/sglang/requirements-cpu.txt +++ b/backend/python/sglang/requirements-cpu.txt @@ -1,6 +1,6 @@ --extra-index-url https://download.pytorch.org/whl/cpu accelerate -torch==2.12.1 +torch==2.12.1+cpu torchvision torchaudio transformers diff --git a/backend/python/sglang/requirements-cublas12.txt b/backend/python/sglang/requirements-cublas12.txt index edd9558209dd..4560dda0e8c3 100644 --- a/backend/python/sglang/requirements-cublas12.txt +++ b/backend/python/sglang/requirements-cublas12.txt @@ -6,7 +6,7 @@ # for cublas12 so uv consults this index alongside PyPI. --extra-index-url https://download.pytorch.org/whl/cu128 accelerate -torch==2.9.1 +torch==2.12.1+cpu torchvision torchaudio transformers diff --git a/backend/python/trl/requirements-cpu.txt b/backend/python/trl/requirements-cpu.txt index c67858542ef9..5addf6234c13 100644 --- a/backend/python/trl/requirements-cpu.txt +++ b/backend/python/trl/requirements-cpu.txt @@ -1,9 +1,9 @@ --extra-index-url https://download.pytorch.org/whl/cpu -torch==2.10.0 +torch==2.12.1+cpu trl peft datasets>=3.0.0 -transformers>=4.56.2 +transformers>=5.14.1 accelerate>=1.4.0 huggingface-hub>=1.3.0 sentencepiece diff --git a/backend/python/trl/requirements-cublas12.txt b/backend/python/trl/requirements-cublas12.txt index 05f29591cba7..55aa1b20fb0b 100644 --- a/backend/python/trl/requirements-cublas12.txt +++ b/backend/python/trl/requirements-cublas12.txt @@ -1,8 +1,8 @@ -torch==2.10.0 +torch==2.12.1+cpu trl peft datasets>=3.0.0 -transformers>=4.56.2 +transformers>=5.14.1 accelerate>=1.4.0 huggingface-hub>=1.3.0 sentencepiece diff --git a/backend/python/trl/requirements-cublas13.txt b/backend/python/trl/requirements-cublas13.txt index 05f29591cba7..55aa1b20fb0b 100644 --- a/backend/python/trl/requirements-cublas13.txt +++ b/backend/python/trl/requirements-cublas13.txt @@ -1,8 +1,8 @@ -torch==2.10.0 +torch==2.12.1+cpu trl peft datasets>=3.0.0 -transformers>=4.56.2 +transformers>=5.14.1 accelerate>=1.4.0 huggingface-hub>=1.3.0 sentencepiece diff --git a/backend/python/trl/requirements-mps.txt b/backend/python/trl/requirements-mps.txt index fbdfb65365cb..a2a73eb78c5d 100644 --- a/backend/python/trl/requirements-mps.txt +++ b/backend/python/trl/requirements-mps.txt @@ -1,8 +1,8 @@ -torch==2.10.0 +torch==2.12.1+cpu trl peft datasets>=3.0.0 -transformers>=4.56.2 +transformers>=5.14.1 accelerate>=1.4.0 huggingface-hub>=1.3.0 sentencepiece diff --git a/backend/python/vllm-omni/requirements-cublas12.txt b/backend/python/vllm-omni/requirements-cublas12.txt index deafb2c6e874..23fa753fa98c 100644 --- a/backend/python/vllm-omni/requirements-cublas12.txt +++ b/backend/python/vllm-omni/requirements-cublas12.txt @@ -1,4 +1,4 @@ accelerate -torch==2.7.0 +torch==2.12.1+cu130 transformers bitsandbytes