Skip to content

Commit 22af313

Browse files
committed
add CUDA in dev mode instructions
1 parent a817fa5 commit 22af313

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/develop-windows.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,13 @@ Checkout the repository and start a terminal in the root folder.
3131

3232
```bash
3333
python -m venv venv # create a virtual environment
34-
.\venv\scripts\activate # activate the virtual environment
34+
.\venv\scripts\activate # activate the virtual environment
3535
pip install -r requirements.txt # install dependencies
36+
pip install torch torchaudio --index-url https://download.pytorch.org/whl/cu124 # only if you have a NVIDIA RTX GPU and want to use CUDA for FasterWhisper
3637
```
3738

39+
Copy `C:\Program Files\Wingman AI\faster-whisper-models` into your root source dir. You can skip this but if you do, it will auto-download the model from huggingface which currently takes too long and will crash Wingman AI on first launch. You can also just wait a minute and then restart Wingman AI Core.
40+
3841
## Create your config
3942

4043
Start Wingman UI with `python main.py` and provide your OpenAI API key. Wingman will create a `config.yaml` file in the `./configs/configs/` directory. `configs`-ception, yay!

0 commit comments

Comments
 (0)