| 1 | # Echo 1.5 inference runtime (Python 3.11, CUDA 12.8 reference environment). |
| 2 | # Install the PyTorch trio from the CUDA-specific index before this file; see README.md. |
| 3 | |
| 4 | -r requirements-msst.txt |
| 5 | |
| 6 | torch==2.8.0 |
| 7 | torchvision==0.23.0 |
| 8 | torchaudio==2.8.0 |
| 9 | triton==3.4.0 |
| 10 | |
| 11 | transformers==4.57.6 |
| 12 | peft==0.17.1 |
| 13 | accelerate>=1.10,<2 |
| 14 | safetensors==0.6.2 |
| 15 | huggingface-hub>=0.34,<1 |
| 16 | |
| 17 | PyYAML>=6.0.2,<7 |
| 18 | numpy>=2.2,<3 |
| 19 | scipy>=1.13,<2 |
| 20 | einops>=0.8,<1 |
| 21 | Pillow>=10,<13 |
| 22 | tqdm>=4.66,<5 |
| 23 | av>=14,<17 |
| 24 | |
| 25 | fastapi>=0.116,<1 |
| 26 | pydantic>=2.11,<3 |
| 27 | httpx>=0.28,<1 |
| 28 | uvicorn[standard]>=0.35,<1 |
| 29 |