Fix : adding einops lib in the CI docker for some bitsandbytes tests (#35652)

* fix docker

* fix
This commit is contained in:
Mohamed Mekkouri
2025-01-14 07:36:10 +01:00
committed by GitHub
parent 34f76bb62b
commit 4b8d1f7fca

View File

@@ -65,6 +65,9 @@ RUN python3 -m pip install --no-cache-dir python-Levenshtein
# For `FastSpeech2ConformerTokenizer` tokenizer
RUN python3 -m pip install --no-cache-dir g2p-en
# For Some bitsandbytes tests
RUN python3 -m pip install --no-cache-dir einops
# When installing in editable mode, `transformers` is not recognized as a package.
# this line must be added in order for python to be aware of transformers.
RUN cd transformers && python3 setup.py develop