Spaces:
Runtime error
Runtime error
| # Core dependencies for Hugging Face Spaces | |
| torch>=2.0.0 | |
| transformers>=4.21.0 | |
| datasets>=2.0.0 | |
| gradio>=4.44.1 | |
| # Data processing | |
| pandas>=1.5.0 | |
| numpy>=1.21.0 | |
| scikit-learn>=1.1.0 | |
| # Visualization | |
| matplotlib>=3.5.0 | |
| seaborn>=0.11.0 | |
| # Memory monitoring | |
| psutil>=5.9.0 | |
| # System monitoring | |
| accelerate>=0.21.0 | |
| safetensors>=0.3.1 | |
| # Additional dependencies | |
| sentencepiece>=0.1.96 | |
| protobuf>=3.20.0 | |
| tokenizers>=0.13.3 | |
| huggingface-hub>=0.16.4 | |
| # API dependencies | |
| fastapi>=0.104.0 | |
| uvicorn>=0.24.0 | |
| pydantic>=2.5.0 |