Spaces:
Sleeping
Sleeping
| # ZeroGPU specific | |
| spaces>=0.19.0 | |
| # Core dependencies | |
| gradio>=4.0.0 | |
| torch>=2.0.0 | |
| torchaudio>=2.0.0 | |
| transformers>=4.35.0 | |
| accelerate>=0.24.0 | |
| # Audio processing | |
| librosa>=0.10.0 | |
| soundfile>=0.12.0 | |
| pyloudnorm>=0.1.0 | |
| scipy>=1.11.0 | |
| numpy>=1.24.0 | |
| # Data handling | |
| pandas>=2.0.0 | |
| # Model specific | |
| safetensors>=0.4.0 | |
| sentencepiece>=0.1.99 # For some tokenizers | |
| # Optional optimizations (comment out if causing issues) | |
| # triton>=2.1.0 # For faster attention if available | |
| # Memory management | |
| psutil>=5.9.0 |