Skip to content

Commit

Permalink
install triton
Browse files Browse the repository at this point in the history
  • Loading branch information
micmelesse committed Jun 5, 2024
1 parent baabd90 commit 820e5df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/amd_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Triton
run: |
pip uninstall -y triton
pip install matplotlib pandas pytest
git clone https://github.com/triton-lang/triton
cd triton
pip install --verbose -e python
cd ..
- name: Build
run: |
FLASH_ATTENTION_SKIP_CUDA_BUILD=TRUE python setup.py install
Expand Down

0 comments on commit 820e5df

Please sign in to comment.