Skip to content

Commit 5113b45

Browse files
authored
1 parent 6d6d0e5 commit 5113b45

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
@@ -110,7 +110,7 @@ def build_triton(
110110
# Nightly binaries include the triton commit hash, i.e. 2.1.0+e6216047b8
111111
# while release build should only include the version, i.e. 2.1.0
112112
rocm_version = get_rocm_version()
113-
version_suffix = f"+rocm{rocm_version}_{commit_hash[:10]}"
113+
version_suffix = f"+rocm{rocm_version}.git{commit_hash[:8]}"
114114
version += version_suffix
115115

116116
with TemporaryDirectory() as tmpdir:

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.3.0|15beaca6a246e6251a16242a51f3a3e289833f40|https://github.com/ROCm/apex
2-
centos|pytorch|apex|release/1.3.0|15beaca6a246e6251a16242a51f3a3e289833f40|https://github.com/ROCm/apex
1+
ubuntu|pytorch|apex|release/1.3.0|ae38a4f7935cbb21ae50a756b5edc87e5c5c30bf|https://github.com/ROCm/apex
2+
centos|pytorch|apex|release/1.3.0|ae38a4f7935cbb21ae50a756b5edc87e5c5c30bf|https://github.com/ROCm/apex
33
ubuntu|pytorch|torchvision|release/0.18|68ba7ec9a80887a4ebf208f9388ab0362ec7610a|https://github.com/ROCm/vision
44
centos|pytorch|torchvision|release/0.18|68ba7ec9a80887a4ebf208f9388ab0362ec7610a|https://github.com/ROCm/vision
55
ubuntu|pytorch|torchtext|release/0.18.0|656a3b48d14c18d816f071dfb7449daa852fc219|https://github.com/pytorch/text

0 commit comments

Comments
 (0)