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:
@@ -14,6 +14,7 @@ Pillow
|
||||
opencv-contrib-python
|
||||
numpy
|
||||
transformers
|
||||
scikit-learn
|
||||
PyNaCl>=1.5.0
|
||||
websockets>=12.0
|
||||
discord-ext-voice-recv
|
||||
|
||||
Reference in New Issue
Block a user