We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909395a commit 50b77e2Copy full SHA for 50b77e2
.github/workflows/build-test-reusable.yml
@@ -151,22 +151,6 @@ jobs:
151
run: |
152
${{ env.TRITON_TEST_CMD }} --unit
153
154
- - name: Run core tests
155
- run: |
156
- ${{ env.TRITON_TEST_CMD }} --core --skip-pip-install
157
-
158
- - name: Run interpreter tests
159
160
- ${{ env.TRITON_TEST_CMD }} --interpreter --skip-pip-install
161
162
- - name: Run Tutorials
163
164
- ${{ env.TRITON_TEST_CMD }} --tutorial --skip-pip-install
165
166
- - name: Run instrumentation tests
167
168
- ${{ env.TRITON_TEST_CMD }} --instrumentation --skip-pip-install
169
170
- name: Get transformers version
171
172
cd pytorch
0 commit comments