Skip to content

Commit 9acc999

Browse files
authored
chore: update hf hub version (#573)
1 parent c360ac1 commit 9acc999

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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

.github/workflows/pr-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
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

0 commit comments

Comments
 (0)