Spaces:
Runtime error
Runtime error
| # Hugging Face dependencies | |
| huggingface_hub==0.25.2 | |
| hf-transfer>=0.1.4 | |
| datasets | |
| unsloth # Added for optimized Hugging Face model training | |
| # Transformers & LangChain | |
| transformers | |
| langchain-community | |
| chromadb | |
| # Model acceleration | |
| xformers | |
| accelerate>=0.26.0 | |
| # PyTorch with CUDA (Install manually) | |
| # torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 # <-- COMMENTED OUT | |
| # Audio processing | |
| soundfile | |
| librosa | |
| # Web UI | |
| gradio==3.50 | |
| groq | |