AutoGPTQ / AutoGPTQ

An easy-to-use LLMs quantization package with user-friendly apis, based on GPTQ algorithm.
MIT License
4.06k stars 416 forks source link

[BUG] Cannot install from source #669

Open victoryeo opened 1 month ago

victoryeo commented 1 month ago

Describe the bug $ pip install -vvv --no-build-isolation -e . Traceback (most recent call last): File "", line 1, in File "/home/vic/workspace/AutoGPTQ/setup.py", line 111, in local_arch_list = detect_local_sm_architectures() File "/home/vic/workspace/AutoGPTQ/setup.py", line 68, in detect_local_sm_architectures arch_list[-1] += '+PTX' IndexError: list index out of range

Hardware details 24GB RAM, Intel CPU

Software version python 3.8.5