diff --git a/backend/python/outetts/requirements-cpu.txt b/backend/python/outetts/requirements-cpu.txt index 569fdaf87..87ba4d6e5 100644 --- a/backend/python/outetts/requirements-cpu.txt +++ b/backend/python/outetts/requirements-cpu.txt @@ -1,4 +1,4 @@ -torch==2.7.1 +torch==2.12.0+cu130 llvmlite==0.43.0 numba==0.60.0 accelerate diff --git a/backend/python/outetts/requirements-cublas12.txt b/backend/python/outetts/requirements-cublas12.txt index 31683be0a..cc5fbfeae 100644 --- a/backend/python/outetts/requirements-cublas12.txt +++ b/backend/python/outetts/requirements-cublas12.txt @@ -1,4 +1,4 @@ -torch==2.7.1 +torch==2.12.0+cu130 accelerate llvmlite==0.43.0 numba==0.60.0 diff --git a/backend/python/outetts/requirements-cublas13.txt b/backend/python/outetts/requirements-cublas13.txt index c1aea423c..a418c1a95 100644 --- a/backend/python/outetts/requirements-cublas13.txt +++ b/backend/python/outetts/requirements-cublas13.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/cu130 -torch==2.9.0 +torch==2.12.0+cu130 llvmlite==0.43.0 numba==0.60.0 bitsandbytes diff --git a/backend/python/outetts/requirements-hipblas.txt b/backend/python/outetts/requirements-hipblas.txt index 086931625..994e9b80c 100644 --- a/backend/python/outetts/requirements-hipblas.txt +++ b/backend/python/outetts/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+cu130 accelerate llvmlite==0.43.0 numba==0.60.0 diff --git a/backend/python/rfdetr/requirements-cpu.txt b/backend/python/rfdetr/requirements-cpu.txt index d0d1f4afa..abb3549f3 100644 --- a/backend/python/rfdetr/requirements-cpu.txt +++ b/backend/python/rfdetr/requirements-cpu.txt @@ -3,5 +3,5 @@ opencv-python accelerate peft inference -torch==2.7.1 +torch==2.12.0+cu130 optimum-quanto \ No newline at end of file diff --git a/backend/python/rfdetr/requirements-cublas12.txt b/backend/python/rfdetr/requirements-cublas12.txt index 36eaa47bb..7e534ab2a 100644 --- a/backend/python/rfdetr/requirements-cublas12.txt +++ b/backend/python/rfdetr/requirements-cublas12.txt @@ -1,4 +1,4 @@ -torch==2.7.1 +torch==2.12.0+cu130 rfdetr opencv-python accelerate diff --git a/backend/python/rfdetr/requirements-cublas13.txt b/backend/python/rfdetr/requirements-cublas13.txt index d75a2013c..6cba0548f 100644 --- a/backend/python/rfdetr/requirements-cublas13.txt +++ b/backend/python/rfdetr/requirements-cublas13.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/cu130 -torch==2.9.1 +torch==2.12.0+cu130 rfdetr opencv-python accelerate diff --git a/backend/python/rfdetr/requirements-hipblas.txt b/backend/python/rfdetr/requirements-hipblas.txt index b8978d1bf..a65fa3473 100644 --- a/backend/python/rfdetr/requirements-hipblas.txt +++ b/backend/python/rfdetr/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+cu130 torchvision==0.25.0+rocm7.0 rfdetr opencv-python diff --git a/backend/python/rfdetr/requirements-mps.txt b/backend/python/rfdetr/requirements-mps.txt index a00e6d324..aa43f39ee 100644 --- a/backend/python/rfdetr/requirements-mps.txt +++ b/backend/python/rfdetr/requirements-mps.txt @@ -1,4 +1,4 @@ -torch==2.7.1 +torch==2.12.0+cu130 rfdetr opencv-python accelerate 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