Skip to content

Commit

Permalink
Update to repro failures on
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams committed Dec 16, 2024
1 parent da771ed commit 373660a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nv-torch-latest-v100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,4 @@ jobs:
run: |
unset TORCH_CUDA_ARCH_LIST # only jit compile for current arch
cd tests
pytest $PYTEST_OPTS --forked -n 4 unit/ --torch_ver="2.5" --cuda_ver="12.1"
pytest $PYTEST_OPTS --forked -m 'sequential' unit/ --torch_ver="2.5" --cuda_ver="12.1"
pytest $PYTEST_OPTS --forked -m 'inference_ops' unit/ --torch_ver="2.5" --cuda_ver="12.1"

0 comments on commit 373660a

Please sign in to comment.