diff --git a/backend/python/faster-whisper/requirements-cpu.txt b/backend/python/faster-whisper/requirements-cpu.txt index 3e03f3adffdd..01bf04e63854 100644 --- a/backend/python/faster-whisper/requirements-cpu.txt +++ b/backend/python/faster-whisper/requirements-cpu.txt @@ -4,5 +4,5 @@ accelerate compel peft sentencepiece -torch==2.4.1 +torch==2.8.0 optimum-quanto \ No newline at end of file diff --git a/backend/python/faster-whisper/requirements-cublas12.txt b/backend/python/faster-whisper/requirements-cublas12.txt index 8f46fa4a7485..80d6d46b046e 100644 --- a/backend/python/faster-whisper/requirements-cublas12.txt +++ b/backend/python/faster-whisper/requirements-cublas12.txt @@ -1,4 +1,4 @@ -torch==2.4.1 +torch==2.8.0 faster-whisper opencv-python accelerate diff --git a/backend/python/faster-whisper/requirements-cublas13.txt b/backend/python/faster-whisper/requirements-cublas13.txt index 3c797fce3a06..8408d6334a98 100644 --- a/backend/python/faster-whisper/requirements-cublas13.txt +++ b/backend/python/faster-whisper/requirements-cublas13.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/cu130 -torch==2.9.1 +torch==2.8.0 faster-whisper opencv-python accelerate diff --git a/backend/python/faster-whisper/requirements-intel.txt b/backend/python/faster-whisper/requirements-intel.txt index 417aa0b470b7..7f2ac3ba99c9 100644 --- a/backend/python/faster-whisper/requirements-intel.txt +++ b/backend/python/faster-whisper/requirements-intel.txt @@ -1,6 +1,6 @@ --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ intel-extension-for-pytorch==2.3.110+xpu -torch==2.3.1+cxx11.abi +torch==2.8.0 oneccl_bind_pt==2.3.100+xpu optimum[openvino] faster-whisper \ No newline at end of file diff --git a/backend/python/rfdetr/requirements-cpu.txt b/backend/python/rfdetr/requirements-cpu.txt index d0d1f4afaa94..74ec85f7c832 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.8.0 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 36eaa47bb372..dfdf297bc1ac 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.8.0 rfdetr opencv-python accelerate diff --git a/backend/python/rfdetr/requirements-cublas13.txt b/backend/python/rfdetr/requirements-cublas13.txt index d75a2013c24d..8d905db7ecf9 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.8.0 rfdetr opencv-python accelerate diff --git a/backend/python/rfdetr/requirements-hipblas.txt b/backend/python/rfdetr/requirements-hipblas.txt index 884cfba7be46..906a4cc9f084 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/rocm6.4 -torch==2.8.0+rocm6.4 +torch==2.8.0 torchvision==0.23.0+rocm6.4 rfdetr opencv-python diff --git a/backend/python/rfdetr/requirements-intel.txt b/backend/python/rfdetr/requirements-intel.txt index 55fcbb318d99..98519e2b2b0e 100644 --- a/backend/python/rfdetr/requirements-intel.txt +++ b/backend/python/rfdetr/requirements-intel.txt @@ -1,6 +1,6 @@ --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ intel-extension-for-pytorch==2.3.110+xpu -torch==2.3.1+cxx11.abi +torch==2.8.0 torchvision==0.18.1+cxx11.abi oneccl_bind_pt==2.3.100+xpu optimum[openvino]