Spaces:
Running
Running
| # Core ML dependencies | |
| torch>=2.0.0 | |
| torchvision>=0.15.0 | |
| torchaudio>=2.0.0 | |
| numpy==1.26.4 | |
| scipy | |
| # Deep Learning frameworks | |
| diffusers | |
| timm | |
| accelerate | |
| # Transformers and NLP | |
| transformers>=4.35.0,<4.50.0 | |
| sentencepiece | |
| # Audio processing | |
| git+https://github.com/descriptinc/audiotools | |
| # Video/Image processing | |
| pillow | |
| av | |
| einops | |
| # Configuration and utilities | |
| pyyaml | |
| omegaconf | |
| easydict | |
| loguru | |
| tqdm | |
| setuptools | |
| # Data handling | |
| pandas | |
| pyarrow | |
| # Web interface - update for compatibility | |
| gradio>=4.0.0 | |
| # Network | |
| urllib3>=1.26.0 | |
| # Hugging Face integration | |
| huggingface_hub>=0.16.0 | |
| datasets | |
| # Additional dependencies for stability | |
| packaging | |
| typing-extensions | |
| # Optional: reduce memory usage | |
| psutil |