Skip to content

Commit da18e4b

Browse files
committed
only run local single and triton single
1 parent 49cc685 commit da18e4b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/uchicago-triton.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
strategy:
1515
max-parallel: 1
1616
matrix:
17-
mode: ["local", "triton", "local_single", "triton_single"]
17+
#mode: ["local", "triton", "local_single", "triton_single"]
18+
mode: ["local_single", "triton_single"]
1819

1920
steps:
2021
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)