"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "5c8f6010071a02fc80d9862cda717288e23c3a69"
Unverified Commit 26d8d5f2 authored by Younes Belkada's avatar Younes Belkada Committed by GitHub
Browse files

Fix autoawq docker image (#27339)

* Update Dockerfile

* Update docker/transformers-all-latest-gpu/Dockerfile
parent da7ea9a4
...@@ -56,7 +56,7 @@ RUN python3 -m pip install --no-cache-dir auto-gptq --extra-index-url https://hu ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment