We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9be87 commit 1d575e6Copy full SHA for 1d575e6
src/content/get-started/install/deepsparse.mdx
@@ -38,5 +38,5 @@ To use YOLO models, install with the following extra option:
38
39
```bash
40
pip install deepsparse[yolo] # just yolo requirements
41
-pip install deepsparse[yolo, server] # both yolo + server requirements
+pip install deepsparse[yolo,server] # both yolo + server requirements
42
```
0 commit comments