Skip to content

Commit d0fc27e

Browse files
committed
Fix workflow
1 parent 5caf55b commit d0fc27e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/hopper-build-and-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,12 @@ jobs:
206206
fi
207207
# flagtree tle
208208
# python tutorials
209-
python3 python/tutorials/tle/01-sparse-mla.py
209+
python3 python/tutorials/tle/01-fft.py
210210
python3 python/tutorials/tle/02-moe_align_block_size.py
211211
python3 python/tutorials/tle/03-topk.py
212-
python3 python/tutorials/tle/04-fft.py
213-
python3 python/tutorials/tle/05-deepseek_v32_topk_selector.py
214-
python3 python/tutorials/tle/06-cluster-gemm.py
212+
python3 python/tutorials/tle/04-cluster-gemm.py
213+
python3 python/tutorials/tle/deepseek_v32/01-topk_selector.py
214+
python3 python/tutorials/tle/deepseek_v32/02-sparse-mla.py
215215
# python unit test
216216
python3 -m pytest -s python/test/tle/integration
217217
python3 -m pytest -s python/test/tle/unit

0 commit comments

Comments
 (0)