File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 echo "Installing dependencies"
3333 pip install torch==2.7 torchvision==0.22 torchaudio==2.7 --index-url https://download.pytorch.org/whl/cu128
3434 pip install git+https://github.com/huggingface/diffusers
35- pip install ninja wheel transformers==4.51 accelerate==1.7 sentencepiece==0.2 protobuf==6.31 huggingface_hub==0.31
35+ pip install ninja wheel transformers==4.51 accelerate==1.7 sentencepiece==0.2 protobuf==6.31 huggingface_hub==0.34
3636 pip install sphinx sphinx-tabs myst-parser sphinx-copybutton breathe sphinxcontrib-mermaid nbsphinx jupyter ipykernel graphviz sphinxext-rediraffe
3737 pip install furo sphinxawesome-theme sphinx-book-theme sphinx-rtd-theme
3838 - name : Build
Original file line number Diff line number Diff line change 6969 echo "Installing dependencies"
7070 pip install torch==2.7 torchvision==0.22 torchaudio==2.7 --index-url https://download.pytorch.org/whl/cu128
7171 pip install git+https://github.com/huggingface/diffusers
72- pip install ninja wheel transformers==4.51 accelerate==1.7 sentencepiece==0.2 protobuf==6.31 huggingface_hub==0.31
72+ pip install ninja wheel transformers==4.51 accelerate==1.7 sentencepiece==0.2 protobuf==6.31 huggingface_hub==0.34
7373 - name : Build
7474 run : |
7575 source $(conda info --base)/etc/profile.d/conda.sh
You can’t perform that action at this time.
0 commit comments