-
Notifications
You must be signed in to change notification settings - Fork 1
Single Run DDP Example Script #9
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
…en and project name
…calculate gradient norms for batch (step) rather than epoch
…debugging when building LLM's
…sses using the data loader
…multi GPU's are available
…ng options for running different scenarios
… for testing scripts
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.
Copilot reviewed 4 out of 6 changed files in this pull request and generated 1 comment.
Files not reviewed (2)
- how-to-guides/ddp-training/scripts/requirements.txt: Language not supported
- how-to-guides/ddp-training/scripts/run_examples.sh: Language not supported
Comments suppressed due to low confidence (2)
how-to-guides/ddp-training/scripts/train_ddp_single_run.py:18
- The function name 'create_dataloader_minst' appears to have a typo. Consider renaming it to 'create_dataloader_mnist' for consistency with the MNIST dataset.
def create_dataloader_minst(
how-to-guides/ddp-training/scripts/train_ddp_single_run.py:244
- The tag 'Torch-MINST' seems to be a typo. Consider updating it to 'Torch-MNIST' to correctly reference the MNIST dataset.
run.add_tags(tags=["Torch-MINST", "ddp", "single-node", params["optimizer"]])
| DDP training scripts | [![docs]]() | | [![github]](how-to-guides/ddp-training/scripts/) | | | ||
|
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.
The docs link for 'DDP training scripts' is empty. Please provide a valid URL or remove the placeholder link to prevent confusion.
| DDP training scripts | [![docs]]() | | [![github]](how-to-guides/ddp-training/scripts/) | | | |
| DDP training scripts | | | [![github]](how-to-guides/ddp-training/scripts/) | | |
Copilot uses AI. Check for mistakes.
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.
@LeoRoccoBreedt - can you make the suggested changes, including the ones hidden? They are valid.
Description
Related to: <ClickUp/JIRA task name>
Any expected test failures?
Add a
[X]
to relevant checklist items❔ This change
✔️ Pre-merge checklist
🧪 Test Configuration