You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ input from microphone and pre-recorded audio files.
25
25
-[Citations](#citations)
26
26
27
27
## Installation
28
-
- Install PyAudio
28
+
- Install PortAudio
29
29
```bash
30
30
bash scripts/setup.sh
31
31
```
@@ -35,6 +35,16 @@ input from microphone and pre-recorded audio files.
35
35
pip install whisper-live
36
36
```
37
37
38
+
39
+
- Install 3.12 venv on Fedora
40
+
41
+
```bash
42
+
sudo dnf install -y python3.12 python3.12-pip
43
+
python3.12 -m venv whisper_env
44
+
source whisper_env/bin/activate
45
+
```
46
+
47
+
38
48
### Setting up NVIDIA/TensorRT-LLM for TensorRT backend
39
49
- Please follow [TensorRT_whisper readme](https://github.com/collabora/WhisperLive/blob/main/TensorRT_whisper.md) for setup of [NVIDIA/TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM) and for building Whisper-TensorRT engine.
0 commit comments