Fix autoawq docker image (#27339)

* Update Dockerfile

* Update docker/transformers-all-latest-gpu/Dockerfile
This commit is contained in:
Younes Belkada 2023-11-07 11:21:04 +01:00 committed by GitHub
parent da7ea9a4e3
commit 26d8d5f211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ RUN python3 -m pip install --no-cache-dir auto-gptq --extra-index-url https://hu
RUN python3 -m pip install --no-cache-dir einops RUN python3 -m pip install --no-cache-dir einops
# Add autoawq for quantization testing # Add autoawq for quantization testing
RUN python3 -m pip install --no-cache-dir autoawq RUN python3 -m pip install --no-cache-dir https://github.com/casper-hansen/AutoAWQ/releases/download/v0.1.6/autoawq-0.1.6+cu118-cp38-cp38-linux_x86_64.whl
# For bettertransformer + gptq # For bettertransformer + gptq
RUN python3 -m pip install --no-cache-dir git+https://github.com/huggingface/optimum@main#egg=optimum RUN python3 -m pip install --no-cache-dir git+https://github.com/huggingface/optimum@main#egg=optimum