Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 32f585d

Browse filesBrowse files
authored
[Release only] use triton 3.1.x from pypi (#137895)
* [Release only] use triton 3.1.x from pypi * [Release only] Disable triton build workflows * fix
1 parent 417a076 commit 32f585d
Copy full SHA for 32f585d

File tree

Expand file treeCollapse file tree

2 files changed

+1
-321
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-321
lines changed

‎.circleci/scripts/binary_populate_env.sh

Copy file name to clipboardExpand all lines: .circleci/scripts/binary_populate_env.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ TRITON_VERSION=$(cat $PYTORCH_ROOT/.ci/docker/triton_version.txt)
7878
TRITON_CONSTRAINT="platform_system == 'Linux' and platform_machine == 'x86_64' and python_version < '3.13'"
7979
if [[ "$PACKAGE_TYPE" =~ .*wheel.* && -n "${PYTORCH_EXTRA_INSTALL_REQUIREMENTS:-}" ]]; then
8080
# Only linux Python < 3.13 are supported wheels for triton
81-
TRITON_REQUIREMENT="pytorch-triton==${TRITON_VERSION}; ${TRITON_CONSTRAINT}"
81+
TRITON_REQUIREMENT="triton==${TRITON_VERSION}; ${TRITON_CONSTRAINT}"
8282
if [[ -n "$PYTORCH_BUILD_VERSION" && "$PYTORCH_BUILD_VERSION" =~ .*dev.* ]]; then
8383
TRITON_SHORTHASH=$(cut -c1-10 $PYTORCH_ROOT/.ci/docker/ci_commit_pins/triton.txt)
8484
TRITON_REQUIREMENT="pytorch-triton==${TRITON_VERSION}+${TRITON_SHORTHASH}; ${TRITON_CONSTRAINT}"

‎.github/workflows/build-triton-wheel.yml

Copy file name to clipboardExpand all lines: .github/workflows/build-triton-wheel.yml
-320Lines changed: 0 additions & 320 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.