File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 6767 run : |
6868 apt-get update && apt-get install libsndfile1-dev libgl1 -y
6969 python -m pip install -e .[quality,test]
70+ python -m pip install git+https://github.com/huggingface/accelerate.git
7071
7172 - name : Environment
7273 run : |
Original file line number Diff line number Diff line change 6363 run : |
6464 apt-get update && apt-get install libsndfile1-dev libgl1 -y
6565 python -m pip install -e .[quality,test]
66+ python -m pip install git+https://github.com/huggingface/accelerate.git
6667
6768 - name : Environment
6869 run : |
Original file line number Diff line number Diff line change 4040 ${CONDA_RUN} python -m pip install --upgrade pip
4141 ${CONDA_RUN} python -m pip install -e .[quality,test]
4242 ${CONDA_RUN} python -m pip install torch torchvision torchaudio
43- ${CONDA_RUN} python -m pip install accelerate --upgrade
43+ ${CONDA_RUN} python -m pip install git+https://github.com/huggingface/ accelerate.git
4444 ${CONDA_RUN} python -m pip install transformers --upgrade
4545
4646 - name : Environment
You can’t perform that action at this time.
0 commit comments