Spaces:
Runtime error
Runtime error
| # Adjust FastAPI and mistral-common to compatible versions | |
| fastapi==0.73.0 # Downgrade FastAPI to match pydantic version required by mistral-common | |
| requests==2.27.* | |
| uvicorn[standard]==0.17.* | |
| sentencepiece==0.2.0 # Use version required by mistral-common | |
| torch>=1.13.0 | |
| transformers==4.28.0 | |
| numpy<2 | |
| peft==0.11.1 | |
| huggingface-hub==0.17.0 | |
| mistral-common==1.3.0 # Version compatible with FastAPI and pydantic | |