Skip to content

Commit

Permalink
Update rocm_ci.yml
Browse files Browse the repository at this point in the history
Point pip install to a correct workspace folder
  • Loading branch information
tenpercent authored Apr 1, 2024
1 parent 5408954 commit 494b22d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rocm_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ jobs:
run: |
pip3 install --upgrade pip
pip3 uninstall -y xformers
MAX_JOBS=$MAX_JOBS pip3 install -e ./xformers --verbose
MAX_JOBS=$MAX_JOBS pip3 install -e ./_xformers --verbose
pip3 install scipy==1.10
python3 -c "import torch; print(torch.__version__)"
python3 -m xformers.info
- name: Run python tests
run: |
pytest -rpfs ./xformers/tests/test_mem_eff_attention.py | tee test_mem_eff_attention.log
pytest -rpfs ./_xformers/tests/test_mem_eff_attention.py | tee test_mem_eff_attention.log
- name: Archive logs
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 494b22d

Please sign in to comment.