Skip to content

Commit 8eb87f5

Browse files
committed
Minor readme table update
1 parent 9c70fd2 commit 8eb87f5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ By default, **no ONNX runtime is installed**. To run inference, you **must** ins
5151

5252
| Platform/Use Case | Install Command | Notes |
5353
|--------------------|----------------------------------------|----------------------|
54-
| CPU (default) | `pip install fast-alpr`[onnx]` | Cross-platform |
55-
| NVIDIA GPU (CUDA) | `pip install fast-alpr`[onnx-gpu]` | Linux/Windows |
56-
| Intel (OpenVINO) | `pip install fast-alpr`[onnx-openvino]` | Best on Intel CPUs |
57-
| Windows (DirectML) | `pip install fast-alpr`[onnx-directml]` | For DirectML support |
58-
| Qualcomm (QNN) | `pip install fast-alpr`[onnx-qnn]` | Qualcomm chipsets |
54+
| CPU (default) | `pip install fast-alpr[onnx]` | Cross-platform |
55+
| NVIDIA GPU (CUDA) | `pip install fast-alpr[onnx-gpu]` | Linux/Windows |
56+
| Intel (OpenVINO) | `pip install fast-alpr[onnx-openvino]` | Best on Intel CPUs |
57+
| Windows (DirectML) | `pip install fast-alpr[onnx-directml]` | For DirectML support |
58+
| Qualcomm (QNN) | `pip install fast-alpr[onnx-qnn]` | Qualcomm chipsets |
5959

6060

6161
## 🚀 Quick Start

0 commit comments

Comments
 (0)