Browse Source

openwakeword support

Kolja Beigel 10 months ago
parent
commit
e07805a618
1 changed files with 8 additions and 6 deletions
  1. 8 6
      README.md

+ 8 - 6
README.md

@@ -67,13 +67,15 @@ Although it is possible to run RealtimeSTT with a CPU installation only (use a s
 **Install RealtimeSTT with CUDA support**  
 
 *For Cuda 11.8:*  
-    ```bash
-    pip install RealtimeSTT --index-url https://download.pytorch.org/whl/cu118
-    ```
+```bash
+pip install RealtimeSTT --index-url https://download.pytorch.org/whl/cu118
+```  
+
+
 *For Cuda 12.X:*  
-    ```bash
-    pip install RealtimeSTT --index-url https://download.pytorch.org/whl/cu121
-    ```
+```bash
+pip install RealtimeSTT --index-url https://download.pytorch.org/whl/cu121
+```
 
 > **Note**: *To check if your NVIDIA GPU supports CUDA, visit the [official CUDA GPUs list](https://developer.nvidia.com/cuda-gpus).*