Skip to content

Commit

Permalink
correct workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth9820 committed Jul 9, 2024
1 parent 4b0d1ac commit c58b3ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nvidia-rtx-3090-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
run: |
mpirun -mca orte_allowed_exit_without_sync 1 -n 2 pytest --with-mpi ./axonn/tests/test_intra_layer_conv.py
- name: Run intra-layer Embedding unit tests
run: |
mpirun -mca orte_allowed_exit_without_sync 1 -n 2 pytest --with-mpi ./axonn/tests/test_intra_layer_emb.py -k bw_pass
mpirun -mca orte_allowed_exit_without_sync 1 -n 2 pytest --with-mpi ./axonn/tests/test_intra_layer_emb.py -k fw_pass
- name: Uninstall AxoNN
Expand Down

0 comments on commit c58b3ff

Please sign in to comment.