-
Notifications
You must be signed in to change notification settings - Fork 250
Update run-readme-pr-linuxaarch64.yml to use correct runner #1469
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
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
9845864
Update run-readme-pr-linuxaarch64.yml to use correct runner
Jack-Khuu 9e3dc1b
Move to linux.arm64.m7g.4xlarge
Jack-Khuu d3a4673
Merge branch 'main' into Jack-Khuu-patch-33
Jack-Khuu a9bb581
Explicitly overriding the docker-image
Jack-Khuu a8e6db1
Bumping Cuda version to 12.6
Jack-Khuu 7a82cbc
Updating GPU Arch type
Jack-Khuu 7e01831
Testing various linux_job combos: v2 cuda, v2 cpu, v1 cpu
Jack-Khuu 8af4416
Adding permissions to linux job v2
Jack-Khuu 174bb0f
Switch everything to CPU linux v2
Jack-Khuu 78524b3
Test with devtoolset-11
Jack-Khuu 0e3a086
Remove devtoolset install
Jack-Khuu 1a46c9a
Removing devtoolset from commands
Jack-Khuu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
try passing
Looks like the error:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Is related to the fact that this is using
docker-image=pytorch/conda-builder:cuda12.1
image by default which is not correct forlinux.arm64.m7g.4xlarge
runnerUh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't look like it can find the Docker-image verbatim, testing with the 12.6 version found in pt/pt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If using linux_job_v2.yml you can try using latest image
pytorch/manylinux2_28_aarch64-builder:cuda12.6
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't look like the cuda version is there
manylinux2_28_aarch64-builder:cuda12.6
, but the CPU variant:cpu-aarch64-main
withlinux_job_v2
seems to be the right trackNow we're just down to missing devtoolset-10-binutils, which is curious since pt/pt uses v10 for aarch64Edit: Resolved; the pip installs were unnecessary