Skip to content

Commit b99fb8b

Browse files
authored
chore: use diffusers 0.35 for kontext tests (#494)
1 parent d4119ff commit b99fb8b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test-ampere.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ jobs:
8585
conda install -c conda-forge gxx=11 gcc=11
8686
echo "Installing dependencies"
8787
pip install torch==2.7 torchvision==0.22 torchaudio==2.7 --index-url https://download.pytorch.org/whl/cu128
88-
pip install ninja wheel diffusers==0.33.1 transformers==4.51 accelerate==1.7 sentencepiece==0.2 protobuf==6.31 huggingface_hub==0.31
88+
pip install git+https://github.com/huggingface/diffusers
89+
pip install ninja wheel transformers==4.51 accelerate==1.7 sentencepiece==0.2 protobuf==6.31 huggingface_hub==0.31
8990
- name: Build
9091
run: |
9192
source $(conda info --base)/etc/profile.d/conda.sh

.github/workflows/test-blackwell.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ jobs:
8585
conda install -c conda-forge gxx=11 gcc=11
8686
echo "Installing dependencies"
8787
pip install torch==2.7 torchvision==0.22 torchaudio==2.7 --index-url https://download.pytorch.org/whl/cu128
88-
pip install ninja wheel diffusers==0.33.1 transformers==4.51 accelerate==1.7 sentencepiece==0.2 protobuf==6.31 huggingface_hub==0.31
88+
pip install git+https://github.com/huggingface/diffusers
89+
pip install ninja wheel transformers==4.51 accelerate==1.7 sentencepiece==0.2 protobuf==6.31 huggingface_hub==0.31
8990
- name: Build
9091
run: |
9192
source $(conda info --base)/etc/profile.d/conda.sh

0 commit comments

Comments
 (0)