Quantization / TST: Fix remaining quantization tests (#31000)

* Fix remaining quant tests

* Update test_quanto.py
This commit is contained in:
Younes Belkada
2024-05-24 14:35:59 +02:00
committed by GitHub
parent fd3c128040
commit 658b849aeb
3 changed files with 5 additions and 4 deletions

View File

@@ -45,9 +45,6 @@ RUN python3 -m pip install --no-cache-dir git+https://github.com/huggingface/opt
# For video model testing
RUN python3 -m pip install --no-cache-dir decord av==9.2.0
# For GGUF tests
RUN python3 -m pip install --no-cache-dir gguf
# Some slow tests require bnb
RUN python3 -m pip install --no-cache-dir bitsandbytes