Spaces:
Sleeping
Sleeping
File size: 448 Bytes
c6c8587 2b0064a c6c8587 1b73605 b788304 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 |
# 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.5.0 # 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 # Utilities numpy==1.24.3 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 |