diff --git a/backend/python/ace-step/requirements-hipblas.txt b/backend/python/ace-step/requirements-hipblas.txt index 459792279..584e9569b 100644 --- a/backend/python/ace-step/requirements-hipblas.txt +++ b/backend/python/ace-step/requirements-hipblas.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/rocm7.0 -torch==2.10.0+rocm7.0 +torch==2.12.0+cpu torchaudio torchvision diff --git a/backend/python/llama-cpp-quantization/requirements-cpu.txt b/backend/python/llama-cpp-quantization/requirements-cpu.txt index 4faf5a46e..d2f9a923c 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.10.0 +torch==2.12.0+cpu transformers>=4.56.2 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 1e8d7b155..a296621c4 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 +torch==2.12.0+cpu transformers>=4.56.2 huggingface-hub>=1.3.0 sentencepiece diff --git a/backend/python/sglang/requirements-cpu.txt b/backend/python/sglang/requirements-cpu.txt index ad467ffa8..1e2dc6572 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.9.0 +torch==2.12.0+cpu torchvision torchaudio transformers diff --git a/backend/python/sglang/requirements-cublas12.txt b/backend/python/sglang/requirements-cublas12.txt index edd955820..749bc260e 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.0+cpu torchvision torchaudio transformers diff --git a/backend/python/vllm-omni/requirements-cublas12.txt b/backend/python/vllm-omni/requirements-cublas12.txt index deafb2c6e..5ce5539a5 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.0+cu130 transformers bitsandbytes