Skip to content

Commit

Permalink
openwakeword support
Browse files Browse the repository at this point in the history
  • Loading branch information
KoljaB committed Jun 28, 2024
1 parent 9227bdd commit 3e3fa8a
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,24 +64,9 @@ Although it is possible to run RealtimeSTT with a CPU installation only (use a s
### GPU Support with CUDA (recommended)


**Install RealtimeSTT with CUDA support**
### Updating PyTorch for CUDA Support

*For Cuda 11.8:*
```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
```

This command reinstalls PyTorch and Torchaudio with explicit support for CUDA.

### Updating PyTorch Only for CUDA Support

If you already have RealtimeSTT installed but want to upgrade your PyTorch installation to leverage GPU support with CUDA, follow these instructions based on your specific CUDA version. This process is useful if you initially installed RealtimeSTT with only CPU support and now wish to enhance its performance with CUDA capabilities.
Tp upgrade your PyTorch installation to enable GPU support with CUDA, follow these instructions based on your specific CUDA version. This is useful if you wish to enhance the performance of RealtimeSTT with CUDA capabilities.

#### For CUDA 11.8:
To update PyTorch and Torchaudio to support CUDA 11.8, use the following commands:
Expand Down

0 comments on commit 3e3fa8a

Please sign in to comment.