- miku-bot: Re-add scikit-learn to requirements.txt (needed for vision color extraction) - miku-stt: Upgrade from CUDA 12.6.2 to 12.8.1, PyTorch 2.5.1 to 2.7.1 per RealtimeSTT PR #295 - miku-stt: Use Ubuntu 24.04 with Python 3.12 (single installation, no dual Python) - miku-stt: Add requirements-gpu-torch.txt for separate PyTorch installation - miku-stt: Use --break-system-packages flag for Ubuntu 24.04 pip compatibility
6 lines
184 B
Plaintext
6 lines
184 B
Plaintext
# PyTorch with CUDA 12.8 support
|
|
# Updated per RealtimeSTT PR #295 for better performance
|
|
torch==2.7.1+cu128
|
|
torchaudio==2.7.1+cu128
|
|
--index-url https://download.pytorch.org/whl/cu128
|