Merge pull request #47 from Baysul/patch-1
Only try to install one of the EXLv2 wheels
This commit is contained in:
commit
c980f35e1b
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue