Skip to content

Commit

Permalink
add python path
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth9820 committed Oct 18, 2024
1 parent e31c8e9 commit 0d89df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nvidia-rtx-3090-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
export G_inter=${{ matrix.ginter }}
export G_data=$(( 2 / G_inter ))
echo "training with G_inter = ${G_inter}, G_data = $(( 2 / G_inter )) ${{ matrix.memopt }}"
mpirun -n 2 pytest --with-mpi ./axonn/tests/test_vit.py
PYTHONPATH="." mpirun -n 2 pytest --with-mpi ./axonn/tests/test_vit.py
- name: Uninstall AxoNN
run: |
pip uninstall --yes axonn
Expand Down

0 comments on commit 0d89df7

Please sign in to comment.