Skip to content

Commit

Permalink
[Tests] Fix failing 8bit test (#25564)
Browse files Browse the repository at this point in the history
* fix failing 8bit test

* trigger CI
  • Loading branch information
younesbelkada authored Aug 17, 2023
1 parent 181d778 commit d4c0aa1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/transformers-all-latest-gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ 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

# Add einops for additional model testing
RUN python3 -m pip install --no-cache-dir einops

# For bettertransformer + gptq
RUN python3 -m pip install --no-cache-dir git+https://github.com/huggingface/optimum@main#egg=optimum

Expand Down

0 comments on commit d4c0aa1

Please sign in to comment.