setup.sh: support Fedora

This commit is contained in:
Aaron Boxer
2026-01-29 12:05:20 -05:00
committed by Aaron Boxer
parent c6ee9a6870
commit b9ae2af8e6
2 changed files with 28 additions and 6 deletions
+11 -1
View File
@@ -25,7 +25,7 @@ input from microphone and pre-recorded audio files.
- [Citations](#citations)
## Installation
- Install PyAudio
- Install PortAudio
```bash
bash scripts/setup.sh
```
@@ -35,6 +35,16 @@ input from microphone and pre-recorded audio files.
pip install whisper-live
```
- Install 3.12 venv on Fedora
```bash
sudo dnf install -y python3.12 python3.12-pip
python3.12 -m venv whisper_env
source whisper_env/bin/activate
```
### Setting up NVIDIA/TensorRT-LLM for TensorRT backend
- 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.