Spaces:
Build error
Build error
| # Core ML/AI packages with compatible versions | |
| torch==2.1.0 | |
| transformers==4.35.0 | |
| accelerate==0.24.0 | |
| peft==0.6.0 | |
| datasets==2.14.0 | |
| scikit-learn==1.3.0 | |
| # Hugging Face Hub - use compatible version | |
| huggingface-hub>=0.16.4,<0.19.0 | |
| # Web framework | |
| gradio==4.44.0 | |
| flask==3.0.0 | |
| flask-cors==4.0.0 | |
| # Utilities | |
| requests==2.31.0 | |
| numpy==1.24.3 | |
| # Additional dependencies for Hugging Face Spaces | |
| aiofiles>=22.0 | |
| fastapi>=0.100.0 | |
| uvicorn>=0.20.0 | |
| python-multipart>=0.0.9 | |
| # For tokenizers compatibility | |
| tokenizers>=0.14.0,<0.15.0 | |
| # For datasets compatibility | |
| pyarrow>=8.0.0 | |
| dill>=0.3.0 | |
| xxhash | |
| multiprocess | |
| # For accelerate | |
| psutil | |
| # For scikit-learn | |
| scipy>=1.5.0 | |
| joblib>=1.1.1 | |
| threadpoolctl>=2.0.0 | |