Update orttraining release pipelines to use torch 1.11.0#11018
Merged
baijumeswani merged 3 commits intomasterfrom Apr 1, 2022
Merged
Update orttraining release pipelines to use torch 1.11.0#11018baijumeswani merged 3 commits intomasterfrom
baijumeswani merged 3 commits intomasterfrom
Conversation
39536b9 to
34fbe93
Compare
ytaous
previously approved these changes
Mar 28, 2022
Contributor
|
why do we need both 11.3 and 11.5 versions for cuda? |
askhade
reviewed
Mar 29, 2022
tools/ci_build/github/linux/docker/Dockerfile.manylinux2014_training_cuda10_2
Show resolved
Hide resolved
Contributor
Author
PyTorch has stable releases for 11.3 and 11.5. I am also preparing for the future release of PTCA where they might have the need to release 11.5. |
snnn
reviewed
Mar 29, 2022
...ld/github/linux/docker/scripts/training/ortmodule/stage1/requirements_torch1.11.0_cu10.2.txt
Outdated
Show resolved
Hide resolved
Contributor
|
Would please do me a favor? Rename all the requirements txt files to "requirements.txt"(without extra words). You can create a separated folder for each of them. It helps security scanning. |
snnn
reviewed
Mar 29, 2022
tools/ci_build/github/azure-pipelines/orttraining-py-packaging-pipeline-cuda102.yml
Outdated
Show resolved
Hide resolved
a6e1241 to
ed124c4
Compare
Contributor
|
/azp run Linux CPU CI Pipeline |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
|
/azp run Linux CPU CI Pipeline,Linux GPU CI Pipeline |
|
Azure Pipelines successfully started running 2 pipeline(s). |
snnn
approved these changes
Mar 31, 2022
SanftMonster
pushed a commit
to SanftMonster/onnxruntime
that referenced
this pull request
Apr 1, 2022
…1018) * Update orttraining release pipelines to use torch 1.11.0 * Change requirements_torch...txt to requirements.txt * Update cuda cmake architectures and clean up old files
seddonm1
pushed a commit
to seddonm1/onnxruntime
that referenced
this pull request
May 15, 2022
…1018) * Update orttraining release pipelines to use torch 1.11.0 * Change requirements_torch...txt to requirements.txt * Update cuda cmake architectures and clean up old files
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.
This pull request introduces pipelines for release with the following config:
Other pipelines that used other torch versions have been removed. Moving forward, the orttraining packaging pipelines will only be tested against the latest stable torch version. The release pipelines will support as many versions of cuda as required by PTCA images.