mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
Only try to install one of the EXLv2 wheels
...depending on Python version.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user