feat: (non-container) update pyproject.toml, upgrade TE to 2.10.0#1090
Closed
hemildesai wants to merge 15 commits into
Closed
feat: (non-container) update pyproject.toml, upgrade TE to 2.10.0#1090hemildesai wants to merge 15 commits into
hemildesai wants to merge 15 commits into
Conversation
Signed-off-by: Hemil Desai <hemild@nvidia.com>
Contributor
Author
|
/ok to test 3ecbf91 |
Contributor
Author
|
/ok to test 8a0ddb4 |
Contributor
Author
|
/ok to test 10a2116 |
Contributor
|
@NVIDIA-NeMo/automation PTAL thank you |
thomasdhc
reviewed
Jan 26, 2026
| COPY . /opt/Automodel | ||
| RUN cd /opt/Automodel && \ | ||
| if [ "$BASE_IMAGE" = "pytorch" ]; then \ | ||
| sed -i '/override-dependencies = \["nvidia-cudnn-cu12/d' pyproject.toml && \ |
Contributor
There was a problem hiding this comment.
@hemildesai this override already exists, please see docker/common/uv-pytorch.toml
Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com>
Signed-off-by: thomasdhc <thomasdhc@users.noreply.github.com>
Contributor
|
/ok to test 911877e |
thomasdhc
previously approved these changes
Jan 26, 2026
Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com>
Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com>
Signed-off-by: thomasdhc <thomasdhc@users.noreply.github.com>
Contributor
|
/ok to test 7f879b0 |
Contributor
|
Closing in favor of: #1127 |
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.
Allows installing all dependencies for using
uv syncFor custom MoEs,
uv sync --extra moewill install everything necessary to run them.Switch torch source to
{ index = "pytorch-cu130", marker = "sys_platform == 'linux'" }if your system has CUDA 13