File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 6969 - name : Setup PyTorch
7070 uses : ./.github/actions/setup-pytorch
7171
72- - name : Build Triton wheels
72+ - name : Setup Triton
7373 uses : ./.github/actions/setup-triton
74- with :
75- command : DEBUG=1 python setup.py bdist_wheel
76-
77- - name : Install Triton
78- run : |
79- pip install python/dist/*.whl
8074
8175 - name : Install benchmark dependencies
8276 id : install
Original file line number Diff line number Diff line change @@ -109,18 +109,8 @@ jobs:
109109 - name : Setup PyTorch
110110 uses : ./.github/actions/setup-pytorch
111111
112- - name : Build Triton wheels
112+ - name : Setup Triton
113113 uses : ./.github/actions/setup-triton
114- with :
115- command : DEBUG=1 python setup.py bdist_wheel
116-
117- - name : Install Triton
118- run : |
119- pip install python/dist/*.whl
120-
121- - name : Install benchmark dependencies
122- run : |
123- pip install matplotlib pandas tabulate
124114
125115 - name : Create reports dir
126116 run : |
You can’t perform that action at this time.
0 commit comments