mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
[Tests] Fix failing 8bit test (#25564)
* fix failing 8bit test * trigger CI
This commit is contained in:
parent
181d778f83
commit
d4c0aa1443
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue