Files
tabbyAPI/requirements-amd.txt
2024-02-04 21:25:57 -05:00

17 lines
500 B
Plaintext

# Torch
--extra-index-url https://download.pytorch.org/whl/rocm5.6
torch ~= 2.2
# Exllamav2
https://github.com/turboderp/exllamav2/releases/download/0.0.13.post1/exllamav2-0.0.13.post1+rocm5.6-cp311-cp311-linux_x86_64.whl; python_version == "3.11"
https://github.com/turboderp/exllamav2/releases/download/0.0.13.post1/exllamav2-0.0.13.post1+rocm5.6-cp310-cp310-linux_x86_64.whl; python_version == "3.10"
# Pip dependencies
fastapi
pydantic >= 2.0.0
PyYAML
progress
uvicorn
jinja2 >= 3.0.0
colorlog