Spaces:
Runtime error
Runtime error
File size: 498 Bytes
96462ff 3321f40 96462ff b8ae42e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | # 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 |