localGPT
localGPT copied to clipboard
auto-gptq and auto awq is breaking in requiremetns.txt
pip install -r requirements needs to remove
- auto-gptq ,( this needs to be compiled from source)
- auto awq
and add
- cmake (for running onnxruntime)
you should make a pr about this.
I still receive the following error with pip install -r requirements ERROR: Could not find a version that satisfies the requirement autoawq (from versions: none) ERROR: No matching distribution found for autoawq
I do not understand what to do. WOuld you please so kind and provide a fix or workaround?