Skip to content

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

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

Ascend npu/torchtitan #61

wants to merge 9 commits into from

Conversation

lowdy1
Copy link
Collaborator

@lowdy1 lowdy1 commented Jun 3, 2025

No description provided.

@shink shink self-requested a review June 5, 2025 08:55
with:
runner: ${{ needs.prepare.outputs.runner }}
image: ${{ needs.prepare.outputs.image }}
device: ${{ needs.prepare.outputs.device }}
Copy link
Contributor

Choose a reason for hiding this comment

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

device is unused

Suggested change
device: ${{ needs.prepare.outputs.device }}

Copy link
Contributor

@shink shink left a 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.

Comment on lines 14 to 17
device:
required: true
type: string
description: "The device selected to run on"
Copy link
Contributor

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

Comment on lines 14 to 17
device:
required: true
type: string
description: "The device selected to run on"
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
device:
required: true
type: string
description: "The device selected to run on"

Comment on lines 31 to 38
# 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}

Copy link
Contributor

Choose a reason for hiding this comment

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

This is deprecated too

Suggested change
# 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}

@lowdy1 lowdy1 force-pushed the ascend-npu/torchtitan branch from 80652de to 1c6cf7f Compare June 6, 2025 08:01
@@ -127,7 +119,7 @@ jobs:

- name: Run torchtitan integration_test
working-directory: torchtitan
run: |
run: |
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
run: |
run: |

Comment on lines +172 to +173
secrets:
pr-token: ${{ secrets.COSDT_BOT_TOKEN }}
Copy link
Contributor

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.

Suggested change
secrets:
pr-token: ${{ secrets.COSDT_BOT_TOKEN }}

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.

2 participants