Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fengzch-das
nunchaku
Commits
5cd16946
Commit
5cd16946
authored
Jun 28, 2025
by
Muyang Li
Browse files
[Auto Merge] chore: use diffusers 0.35 for kontext tests (#494)
parents
978c221e
b99fb8be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
.github/workflows/test-ampere.yaml
.github/workflows/test-ampere.yaml
+2
-1
.github/workflows/test-blackwell.yaml
.github/workflows/test-blackwell.yaml
+2
-1
No files found.
.github/workflows/test-ampere.yaml
View file @
5cd16946
...
@@ -85,7 +85,8 @@ jobs:
...
@@ -85,7 +85,8 @@ jobs:
conda install -c conda-forge gxx=11 gcc=11
conda install -c conda-forge gxx=11 gcc=11
echo "Installing dependencies"
echo "Installing dependencies"
pip install torch==2.7 torchvision==0.22 torchaudio==2.7 --index-url https://download.pytorch.org/whl/cu128
pip install torch==2.7 torchvision==0.22 torchaudio==2.7 --index-url https://download.pytorch.org/whl/cu128
pip install ninja wheel diffusers==0.33.1 transformers==4.51 accelerate==1.7 sentencepiece==0.2 protobuf==6.31 huggingface_hub==0.31
pip install git+https://github.com/huggingface/diffusers
pip install ninja wheel transformers==4.51 accelerate==1.7 sentencepiece==0.2 protobuf==6.31 huggingface_hub==0.31
-
name
:
Build
-
name
:
Build
run
:
|
run
:
|
source $(conda info --base)/etc/profile.d/conda.sh
source $(conda info --base)/etc/profile.d/conda.sh
...
...
.github/workflows/test-blackwell.yaml
View file @
5cd16946
...
@@ -85,7 +85,8 @@ jobs:
...
@@ -85,7 +85,8 @@ jobs:
conda install -c conda-forge gxx=11 gcc=11
conda install -c conda-forge gxx=11 gcc=11
echo "Installing dependencies"
echo "Installing dependencies"
pip install torch==2.7 torchvision==0.22 torchaudio==2.7 --index-url https://download.pytorch.org/whl/cu128
pip install torch==2.7 torchvision==0.22 torchaudio==2.7 --index-url https://download.pytorch.org/whl/cu128
pip install ninja wheel diffusers==0.33.1 transformers==4.51 accelerate==1.7 sentencepiece==0.2 protobuf==6.31 huggingface_hub==0.31
pip install git+https://github.com/huggingface/diffusers
pip install ninja wheel transformers==4.51 accelerate==1.7 sentencepiece==0.2 protobuf==6.31 huggingface_hub==0.31
-
name
:
Build
-
name
:
Build
run
:
|
run
:
|
source $(conda info --base)/etc/profile.d/conda.sh
source $(conda info --base)/etc/profile.d/conda.sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment