Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bebra777228 authored Dec 18, 2024
1 parent 5868439 commit 9e92227
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ PolUVR supports multiple hardware acceleration options for optimal performance.
PolUVR --env_info
```

| **Option** | **Command** | **Expected Log Message** |
|----------------------------|-----------------------------|----------------------------------------------------------------------------|
| **Nvidia GPU with CUDA** | `pip install "PolUVR[gpu]"` | `ONNXruntime has CUDAExecutionProvider available, enabling acceleration` |
| **Apple Silicon (CoreML)** | `pip install "PolUVR[cpu]"` | `ONNXruntime has CoreMLExecutionProvider available, enabling acceleration` |
| **CPU-Only** | `pip install "PolUVR[cpu]"` | No hardware acceleration enabled |
| **Command** | **Expected Log Message** |
|-----------------------------|----------------------------------------------------------------------------|
| `pip install "PolUVR[gpu]"` | `ONNXruntime has CUDAExecutionProvider available, enabling acceleration` |
| `pip install "PolUVR[cpu]"` | `ONNXruntime has CoreMLExecutionProvider available, enabling acceleration` |
| `pip install "PolUVR[cpu]"` | No hardware acceleration enabled |

---

Expand Down

0 comments on commit 9e92227

Please sign in to comment.