Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump te to 1.10 #253

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

bump te to 1.10 #253

wants to merge 2 commits into from

Conversation

pstjohn
Copy link
Collaborator

@pstjohn pstjohn commented Oct 3, 2024

Bumps transformer engine to 1.10

@jstjohn
Copy link
Collaborator

jstjohn commented Oct 3, 2024

/build-ci

Dockerfile Outdated
NVTE_FRAMEWORK=pytorch NVTE_WITH_USERBUFFERS=1 MPI_HOME=/usr/local/mpi pip install .
RUN NVTE_FRAMEWORK=pytorch NVTE_WITH_USERBUFFERS=1 MPI_HOME=/usr/local/mpi \
pip install -v --no-build-isolation --no-cache-dir \
git+https://github.com/NVIDIA/TransformerEngine.git@v1.10
Copy link
Collaborator

@jstjohn jstjohn Oct 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO I would prefer having this as an ARG for readability, Something like ARG TE_VERSION_TAG=v1.10 and then modifying the line that uses it: git+https://github.com/NVIDIA/TransformerEngine.git@${TE_VERSION_TAG}?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants