Skip to content

Commit a0157f7

Browse files
ethanwee1jithunnair-amd
authored andcommitted
1 parent 7d57fee commit a0157f7

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
@@ -89,7 +89,7 @@ def build_triton(
8989
# Nightly binaries include the triton commit hash, i.e. 2.1.0+e6216047b8
9090
# while release build should only include the version, i.e. 2.1.0
9191
rocm_version = get_rocm_version()
92-
version_suffix = f"+rocm{rocm_version}_{commit_hash[:10]}"
92+
version_suffix = f"+rocm{rocm_version}.git{commit_hash[:8]}"
9393
version += version_suffix
9494

9595
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.4.0|21066074a192d1b2bfc50d0e29512565b90ea85f|https://github.com/ROCm/apex
2-
centos|pytorch|apex|release/1.4.0|21066074a192d1b2bfc50d0e29512565b90ea85f|https://github.com/ROCm/apex
1+
ubuntu|pytorch|apex|release/1.4.0|dbda778024b76fdc59498ddba695ef95bcb4e7a1|https://github.com/ROCm/apex
2+
centos|pytorch|apex|release/1.4.0|dbda778024b76fdc59498ddba695ef95bcb4e7a1|https://github.com/ROCm/apex
33
ubuntu|pytorch|torchvision|release/0.19|fab848869c0f88802297bad43c0ad80f33ecabb4|https://github.com/ROCm/vision
44
centos|pytorch|torchvision|release/0.19|fab848869c0f88802297bad43c0ad80f33ecabb4|https://github.com/ROCm/vision
55
ubuntu|pytorch|torchtext|release/0.18.0|9bed85d7a7ae13cf8c28598a88d8e461fe1afcb4|https://github.com/pytorch/text

0 commit comments

Comments
 (0)