Skip to content

Commit 56575f7

Browse files
committed
[Auto Merge] chore: update test workflows
2 parents 5cd1694 + 493b10b commit 56575f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-ampere.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
124124
pwd
125125
cd ../ComfyUI
126-
python nunchaku_tests/scripts/nunchaku_flux1_dev.py
126+
python nunchaku_tests/scripts/nunchaku-flux1-dev.py
127127
pytest -v nunchaku_tests/
128128
- name: Nunchaku FLUX memory tests
129129
run: |

.github/workflows/test-blackwell.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
124124
pwd
125125
cd ../ComfyUI
126-
python nunchaku_tests/scripts/nunchaku_flux1_dev.py
126+
python nunchaku_tests/scripts/nunchaku-flux1-dev.py
127127
pytest -v nunchaku_tests/
128128
- name: Nunchaku FLUX memory tests
129129
run: |

0 commit comments

Comments
 (0)