Skip to content

Commit

Permalink
Specify device visibility with an env var.
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet authored Oct 29, 2024
1 parent 5b8dbdd commit 5c8f1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-sdxl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ jobs:
working-directory: ${{ env.LIBSHORTFIN_DIR }}
run: |
ctest --timeout 30 --output-on-failure --test-dir build
pytest tests/apps/sd/e2e_test.py -v -s --system=amdgpu
HIP_VISIBLE_DEVICES=0 pytest tests/apps/sd/e2e_test.py -v -s --system=amdgpu

0 comments on commit 5c8f1fb

Please sign in to comment.