Skip to content

Commit

Permalink
try upstream triton
Browse files Browse the repository at this point in the history
  • Loading branch information
micmelesse committed Jan 22, 2025
1 parent e50bc0c commit 15cb129
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/amd_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ jobs:
- name: Install Triton
run: |
pip uninstall -y triton
pip install matplotlib pandas pytest
git clone https://github.com/triton-lang/triton
cd triton
git checkout 3ca2f498e98ed7249b82722587c511a5610e00c4
pip install ninja cmake wheel pybind11 # build-time dependencies
pip install --verbose -e python
cd ..
- name: Show Triton version
run: |
pip show triton
- name: Build
run: |
export FLASH_ATTENTION_TRITON_AMD_ENABLE="TRUE"
Expand Down

0 comments on commit 15cb129

Please sign in to comment.