From 44e239058e9c02048051aad3fec5a683589e2a28 Mon Sep 17 00:00:00 2001 From: yanli Date: Sun, 10 Aug 2025 21:44:53 +0800 Subject: [PATCH] update onnx runtime to solve the https://github.com/microsoft/onnxruntime/issues/21684 --- requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 782c1f78..ab61e5ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ --extra-index-url https://download.pytorch.org/whl/cu121 ---extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/ # https://github.com/microsoft/onnxruntime/issues/21684 conformer==0.3.2 deepspeed==0.15.1; sys_platform == 'linux' diffusers==0.29.0 @@ -19,8 +18,8 @@ modelscope==1.20.0 networkx==3.1 omegaconf==2.3.0 onnx==1.16.0 -onnxruntime-gpu==1.18.0; sys_platform == 'linux' -onnxruntime==1.18.0; sys_platform == 'darwin' or sys_platform == 'win32' +onnxruntime-gpu==1.22.0; sys_platform == 'linux' +onnxruntime==1.22.0; sys_platform == 'darwin' or sys_platform == 'win32' openai-whisper==20231117 protobuf==4.25 pyarrow==18.1.0