Skip to content

Commit

Permalink
actually do the test
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-garvey committed Nov 26, 2024
1 parent e5e7283 commit 98cdd22
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/pkgci_regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,19 @@ jobs:
env:
ROCM_CHIP: ${{ matrix.rocm-chip }}

- name: "Running SD3 special model tests"
if: "!cancelled()"
run: |
source ${VENV_DIR}/bin/activate
pytest ./experimental/regression_suite/shark-test-suite-models/sd3 \
-k ${{ matrix.backend }} \
-rpfE \
--capture=no \
--log-cli-level=info \
--timeout=240 \
--durations=0
env:
ROCM_CHIP: ${{ matrix.rocm-chip }}
# Note: mi250 benchmark times are more lenient than mi300 (allowing about
# 10% deviation from observed averages), since the mi250 runners we use
# are more unstable and we care most about peak performance on mi300.
Expand Down

0 comments on commit 98cdd22

Please sign in to comment.