From 2460b2f8efe2b62d5215b1f0a4e09152b0c91359 Mon Sep 17 00:00:00 2001 From: Basil Date: Tue, 2 Jan 2024 16:56:39 -0800 Subject: [PATCH] Only try to install one of the EXLv2 wheels ...depending on Python version. --- requirements-amd.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-amd.txt b/requirements-amd.txt index d3239e9..7bcc0ff 100644 --- a/requirements-amd.txt +++ b/requirements-amd.txt @@ -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 \ No newline at end of file +colorlog