Spaces:
Runtime error
Runtime error
File size: 416 Bytes
ec1ae31 5c19521 ec1ae31 5c19521 31e78c2 5c19521 83f125c ec1ae31 |
1 2 3 4 5 6 7 8 9 10 11 12 |
# 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 |