[AutoGPTQ] Add correct installation of GPTQ library + fix slow tests (#25713)

* add correct installation of GPTQ library

* update tests values
This commit is contained in:
Younes Belkada
2023-08-24 14:57:16 +02:00
committed by GitHub
parent 2febd50614
commit 584eeb5387
2 changed files with 4 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ RUN python3 -m pip install --no-cache-dir git+https://github.com/huggingface/pef
RUN python3 -m pip install --no-cache-dir bitsandbytes
# Add auto-gptq for gtpq quantization testing
RUN python3 -m pip install --no-cache-dir auto-gptq
RUN python3 -m pip install --no-cache-dir auto-gptq --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/
# Add einops for additional model testing
RUN python3 -m pip install --no-cache-dir einops