mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
[Tests
] Fix failing 8bit test (#25564)
* fix failing 8bit test * trigger CI
This commit is contained in:
parent
181d778f83
commit
d4c0aa1443
@ -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 New Issue
Block a user