-
Notifications
You must be signed in to change notification settings - Fork 1
Ascend npu/torchtitan #61
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
base: main
Are you sure you want to change the base?
Conversation
with: | ||
runner: ${{ needs.prepare.outputs.runner }} | ||
image: ${{ needs.prepare.outputs.image }} | ||
device: ${{ needs.prepare.outputs.device }} |
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.
device
is unused
device: ${{ needs.prepare.outputs.device }} |
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.
Please rebase your branch first.
device: | ||
required: true | ||
type: string | ||
description: "The device selected to run on" |
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.
Please DO NOT add this arg, see: #60
device: | ||
required: true | ||
type: string | ||
description: "The device selected to run on" |
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.
device: | |
required: true | |
type: string | |
description: "The device selected to run on" |
# Bash shells do not use ~/.profile or ~/.bashrc so these shells need to be explicitly | ||
# declared as "shell: bash -el {0}" on steps that need to be properly activated. | ||
# It's used to activate ascend-toolkit environment variables. | ||
|
||
defaults: | ||
run: | ||
shell: bash -el {0} | ||
|
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.
This is deprecated too
# Bash shells do not use ~/.profile or ~/.bashrc so these shells need to be explicitly | |
# declared as "shell: bash -el {0}" on steps that need to be properly activated. | |
# It's used to activate ascend-toolkit environment variables. | |
defaults: | |
run: | |
shell: bash -el {0} |
80652de
to
1c6cf7f
Compare
@@ -127,7 +119,7 @@ jobs: | |||
|
|||
- name: Run torchtitan integration_test | |||
working-directory: torchtitan | |||
run: | | |||
run: | |
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.
run: | | |
run: | |
secrets: | ||
pr-token: ${{ secrets.COSDT_BOT_TOKEN }} |
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.
I believe this is redundant. It's never be used.
secrets: | |
pr-token: ${{ secrets.COSDT_BOT_TOKEN }} |
No description provided.