AutoGPTQ icon indicating copy to clipboard operation
AutoGPTQ copied to clipboard

[BUG] do not install auto-gpt for 910B in aarch

Open luoan7248 opened this issue 1 year ago • 0 comments

Describe the bug Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting auto-gptq Using cached https://pypi.tuna.tsinghua.edu.cn/packages/90/e5/b22697903982284fe284568fb2663a2196694a8eee637f5cf4ccfe435a38/auto_gptq-0.7.1.tar.gz (126 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [6 lines of output] Traceback (most recent call last): File "", line 2, in File "", line 34, in File "/tmp/pip-install-szz3vbds/auto-gptq_14574dd8556c4b93a56f4a6b4b7f6393/setup.py", line 62, in CUDA_VERSION = "".join(os.environ.get("CUDA_VERSION", default_cuda_version).split(".")) AttributeError: 'NoneType' object has no attribute 'split' [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above for output.

note: This is an issue with the package mentioned above, not pip. hint: See above for details.

Hardware details GPU 910B python 3.9 torch2.10 without cuda,and aarch of system

luoan7248 avatar Jun 18 '24 08:06 luoan7248