浏览代码

openwakeword support

Kolja Beigel 10 月之前
父节点
当前提交
e07805a618
共有 1 个文件被更改,包括 8 次插入6 次删除
  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).*