Merge pull request #47 from Baysul/patch-1

Only try to install one of the EXLv2 wheels
This commit is contained in:
Brian Dashore 2024-01-02 20:58:59 -05:00 committed by GitHub
commit c980f35e1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,8 @@
torch
# Exllamav2
https://github.com/turboderp/exllamav2/releases/download/v0.0.11/exllamav2-0.0.11+rocm5.6-cp311-cp311-linux_x86_64.whl
https://github.com/turboderp/exllamav2/releases/download/v0.0.11/exllamav2-0.0.11+rocm5.6-cp310-cp310-linux_x86_64.whl
https://github.com/turboderp/exllamav2/releases/download/v0.0.11/exllamav2-0.0.11+rocm5.6-cp311-cp311-linux_x86_64.whl; python_version == "3.11"
https://github.com/turboderp/exllamav2/releases/download/v0.0.11/exllamav2-0.0.11+rocm5.6-cp310-cp310-linux_x86_64.whl; python_version == "3.10"
# Pip dependencies
fastapi
@ -13,4 +13,4 @@ PyYAML
progress
uvicorn
jinja2 >= 3.0.0
colorlog
colorlog