Skip to content

Commit a044629

Browse files
committed
fix(deps): onnxruntime-gpu 1.20.1 不存在,改为 1.20.2
PyPI 上 onnxruntime-gpu 没有发布 1.20.1(1.20.x 仅有 1.20.0 / 1.20.2), GPU 环境安装依赖时会直接失败。改为同版本线的 1.20.2,CUDA 兼容性不变。 CPU / Metal 的 onnxruntime==1.20.1 在 PyPI 上确实存在,无需改动。
1 parent 48ab65e commit a044629

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements_gpu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ matplotlib==3.10.5
3232
networkx==3.5
3333
numpy>=2.0,<2.3
3434
omegaconf==2.3.0
35-
onnxruntime-gpu==1.20.1
35+
onnxruntime-gpu==1.20.2
3636
openai==2.14.0
3737
curl_cffi>=0.7.0
3838
opencv-contrib-python>=4.10.0

0 commit comments

Comments
 (0)