Skip to content

Commit 455d420

Browse files
committed
移除无用依赖 onnxruntime-gpu==1.20.1
1 parent 71ff488 commit 455d420

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ cd <源码所在目录>
229229
# 例如:
230230
# requirements_coreml.txt
231231
# paddle2onnx==1.3.1
232-
# onnxruntime-gpu==1.20.1
233232
# onnxruntime-coreml==1.13.1
234233
235234
pip install -r requirements_coreml.txt

README_en.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ This project supports four runtime modes: CUDA (NVIDIA GPU acceleration), CPU (n
197197
pip install -r requirements_directml.txt
198198
```
199199
200-
- Linux:
200+
#### (3) ONNX (Suitable for macOS, AMD ROCm, and other hardware-accelerated environments; the basic setup is the same as DirectML, not tested!)
201201
202202
- If using this method, DO NOT REPORT ISSUES.
203203
- Suitable for Linux or macOS devices with AMD/Metal GPUs/Apple Silicon GPUs.
@@ -212,7 +212,6 @@ This project supports four runtime modes: CUDA (NVIDIA GPU acceleration), CPU (n
212212
# Example:
213213
# requirements_coreml.txt
214214
# paddle2onnx==1.3.1
215-
# onnxruntime-gpu==1.20.1
216215
# onnxruntime-coreml==1.13.1
217216
218217
pip install -r requirements_coreml.txt

requirements_directml.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
paddle2onnx==1.3.1
2-
onnxruntime-gpu==1.20.1
32
onnxruntime-directml==1.20.1

0 commit comments

Comments
 (0)