Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 605 Bytes
c6c8587 2b0064a c6c8587 ed06dcb c6c8587 1b73605 b788304 ed06dcb c6c8587 ed06dcb c6c8587 4444ae2 9e9dc34 4444ae2 1680fda |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
# Core dependencies for HuggingFace Spaces deployment fastapi==0.104.1 uvicorn[standard]==0.24.0 websockets==12.0 python-multipart==0.0.6 pydantic>=2.0.0 # Relaxed for mistral-common compatibility # Machine Learning # torch 2.3+ required for transformers 4.44+ (pytree API compatibility) torch>=2.3.0 transformers>=4.44.0 accelerate>=0.30.0 mistral-common>=1.5.0 # Required for Devstral Tekken tokenizer # Utilities numpy>=1.24.0,<2.0 # Relaxed for mistral-common compatibility aiofiles==23.2.1 python-dotenv==1.0.0 zarr==2.14.2 numcodecs==0.11.0 # SWE-bench support datasets==2.16.1 pyarrow==14.0.2 |