Skip to content

Commit 12eadda

Browse files
triton check
1 parent d009fd4 commit 12eadda

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/gpu-benchmark.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,8 @@ jobs:
6868
python3.12 -m pip install --upgrade flagtree===0.6.0rc2 \
6969
--index-url=https://resource.flagos.net/repository/flagos-pypi-hosted/simple
7070
python3.12 - <<'PY'
71-
import flagtree
7271
import triton
7372
74-
print("flagtree", getattr(flagtree, "__version__", "unknown"))
7573
print("triton", getattr(triton, "__version__", "unknown"))
7674
PY
7775

.github/workflows/gpu-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,8 @@ jobs:
5757
python3.12 -m pip install --upgrade flagtree===0.6.0rc2 \
5858
--index-url=https://resource.flagos.net/repository/flagos-pypi-hosted/simple
5959
python3.12 - <<'PY'
60-
import flagtree
6160
import triton
6261
63-
print("flagtree", getattr(flagtree, "__version__", "unknown"))
6462
print("triton", getattr(triton, "__version__", "unknown"))
6563
PY
6664

0 commit comments

Comments
 (0)