Files
tabbyAPI/requirements-amd.txt
kingbri 2025a1c857 Requirements: Unpin uvicorn
v0.28.0 works now and the underlying errors were fixed.

Signed-off-by: kingbri <bdashore3@proton.me>
2024-03-10 17:48:43 -04:00

17 lines
472 B
Plaintext

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