Auto build new torchtitan wheels from Github UI #296
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.
TorchTitan Wheel Building Workflow
This PR includes a GitHub Actions workflow that allows you to build wheels from specific commits in the pytorch/torchtitan repository.
How to Use
1. Trigger the Workflow
2. What the Workflow Does
The workflow will:
scripts/build_wheels.sh
to build the torchtitan wheel from the chosen commitTORCHTITAN_COMMIT
inscripts/build_wheels.sh
to match the built commitassets/wheels/
3. Review and Merge
After the workflow completes:
Manual Usage
You can also use the modified build script locally:
Available Options
Wheel Types
torchtitan
: PyTorch-based training frameworkvllm
: High-throughput LLM serving enginemonarch
: Structured matrix librarytorchstore
: Distributed storage for PyTorch tensorsall
: Build all available wheelsEnvironment Variables
CUSTOM_TORCHTITAN_COMMIT
: Override the default torchtitan commit used for buildingRequirements
The workflow runs on Ubuntu and includes all necessary dependencies. For local builds, ensure you have:
Artifacts
Each workflow run creates artifacts containing:
Artifacts are retained for 30 days and can be downloaded from the Actions tab.