Skip to content

Commit 6dbc7eb

Browse files
committed
using newest triton
1 parent 6af5d72 commit 6dbc7eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ jobs:
5050
5151
- name: Clone Triton and Install
5252
run: |
53-
pip install triton==3.1.0
53+
git clone https://github.com/openai/triton.git
54+
pip install -r python/requirements.txt
55+
pip install -e .
5456
5557
- name: Install Triton-Viz
5658
run: |

0 commit comments

Comments
 (0)