Fix missing sklearn module in miku-bot; upgrade miku-stt to CUDA 12.8.1 + PyTorch 2.7.1
- 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
This commit is contained in:
5
stt-realtime/requirements-gpu-torch.txt
Normal file
5
stt-realtime/requirements-gpu-torch.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user