Rename master to main for notebooks links and leftovers (#16397)

This commit is contained in:
Sylvain Gugger
2022-03-25 09:12:23 -04:00
committed by GitHub
parent 7e7490473e
commit 867f3950fa
22 changed files with 90 additions and 90 deletions

View File

@@ -7,7 +7,7 @@ RUN apt update
RUN apt install -y git libsndfile1-dev tesseract-ocr espeak-ng python3 python3-pip ffmpeg
RUN python3 -m pip install --no-cache-dir --upgrade pip
ARG REF=master
ARG REF=main
RUN git clone https://github.com/huggingface/transformers && cd transformers && git checkout $REF
RUN python3 -m pip install --no-cache-dir -e ./transformers[dev,onnxruntime]