feat: add Triton setup script for modular installation#118
Closed
cmagina wants to merge 1 commit intoredhat-et:mainfrom
Closed
feat: add Triton setup script for modular installation#118cmagina wants to merge 1 commit intoredhat-et:mainfrom
cmagina wants to merge 1 commit intoredhat-et:mainfrom
Conversation
Add scripts/setup_triton.sh to support Triton installation and configuration within containers. This script: - Downloads Triton source from GitHub when not mounted as a volume - Installs build dependencies for Triton compilation - Supports installing Triton wheels from PyPI (release) - Provides flexible configuration via INSTALL_TRITON environment variable The script supports multiple installation modes: - source: Build from source (with auto-download if not mounted) - release: Install wheels from PyPI - skip: Skip Triton installation This is part of the modular script architecture introduced in PR redhat-et#115. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This was referenced Feb 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR is part 4 of 11 in the rework modernization effort. It adds the Triton setup script as part of the modular framework installation architecture.
Changes:
scripts/setup_triton.shfor Triton installation and configurationFeatures:
INSTALL_TRITONenvironment variable:source: Build from source (with auto-download if not mounted)release: Install wheels from PyPIskip: Skip Triton installationWhy this change?
Triton is the primary focus of this repository. This dedicated setup script:
Testing:
Dependencies:
Related PRs:
🤖 Generated with Claude Code