-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autoawq aarch64 unavailable #4887
Comments
I found the problem the script one_click.py fails to delect my cpu correctly, so I hard coded:- |
As determined by @llcool already, In the meantime, limiting diff --git a/requirements_noavx2.txt b/requirements_noavx2.txt
index fc2795cb..b9a47a87 100644
--- a/requirements_noavx2.txt
+++ b/requirements_noavx2.txt
@@ -64,4 +64,4 @@ https://github.com/jllllll/GPTQ-for-LLaMa-CUDA/releases/download/0.1.1/gptq_for_
https://github.com/jllllll/GPTQ-for-LLaMa-CUDA/releases/download/0.1.1/gptq_for_llama-0.1.1+cu121-cp311-cp311-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.11"
https://github.com/jllllll/GPTQ-for-LLaMa-CUDA/releases/download/0.1.1/gptq_for_llama-0.1.1+cu121-cp310-cp310-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.10"
https://github.com/jllllll/ctransformers-cuBLAS-wheels/releases/download/AVX/ctransformers-0.2.27+cu121-py3-none-any.whl
-autoawq==0.1.8; platform_system == "Linux" or platform_system == "Windows"
+autoawq==0.1.8; platform_machine == "x86_64" and (platform_system == "Linux" or platform_system == "Windows") I'll open a PR in a bit |
Replying as I am also looking for aarch64 install. Following. |
Describe the bug
This package is not available for aarch64/arm64 cpu's and does this package require a supported gpu?
I was trying to install this on Windows 11 arm, but that is not supported so I tried Windows 11 arm wsl because the package are available (mostly)...
Is there an existing issue for this?
Reproduction
Run the ./start_linux.sh on any arm Linux distro.
Checkout the package webpage https://pypi.org/project/autoawq/#files no arm/aarch listed.
Screenshot
No response
Logs
System Info
The text was updated successfully, but these errors were encountered: