Skip to content

Commit a69290c

Browse files
1 parent ab67111 commit a69290c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/scripts/build_triton_wheel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def build_triton(
9797
# Nightly binaries include the triton commit hash, i.e. 2.1.0+e6216047b8
9898
# while release build should only include the version, i.e. 2.1.0
9999
rocm_version = get_rocm_version()
100-
version = f"{version}+rocm{rocm_version}.{commit_hash[:10]}"
100+
version = f"{version}+rocm{rocm_version}.git{commit_hash[:8]}"
101101

102102
with TemporaryDirectory() as tmpdir:
103103
triton_basedir = Path(tmpdir) / "triton"

related_commits

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ubuntu|pytorch|apex|release/1.0.0|06c33eee43f7a22f3ed7d9c3e5be0ddd757dc345|https://github.com/ROCm/apex
2-
centos|pytorch|apex|release/1.0.0|06c33eee43f7a22f3ed7d9c3e5be0ddd757dc345|https://github.com/ROCm/apex
1+
ubuntu|pytorch|apex|release/1.0.0|8d873bb61daff04e77fedc0673f420f440a430a2|https://github.com/ROCm/apex
2+
centos|pytorch|apex|release/1.0.0|8d873bb61daff04e77fedc0673f420f440a430a2|https://github.com/ROCm/apex
33
ubuntu|pytorch|torchvision|release/0.15|c5e28d62174bb69801e5512ea2e63409151060b6|https://github.com/ROCm/vision
44
centos|pytorch|torchvision|release/0.15|c5e28d62174bb69801e5512ea2e63409151060b6|https://github.com/ROCm/vision
55
ubuntu|pytorch|torchtext|release/0.15|4571036cf66c539e50625218aeb99a288d79f3e1|https://github.com/pytorch/text

0 commit comments

Comments
 (0)