Conversation
…multi GPU's are available
…ng options for running different scenarios
… for testing scripts
There was a problem hiding this comment.
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"]])
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Leo Breedt <101509998+LeoRoccoBreedt@users.noreply.github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
Signed-off-by: Leo Breedt <101509998+LeoRoccoBreedt@users.noreply.github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
Signed-off-by: Leo Breedt <101509998+LeoRoccoBreedt@users.noreply.github.com>
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
Note
Introduces a DDP training example and aligns docs/CI.
how-to-guides/ddp-training/scripts/withtrain_ddp_single_run.py(PyTorch DDP MNIST, logs configs/metrics toneptune-scalefrom rank 0),run_examples.sh(runs viatorchrun), andrequirements.txtREADME.mdwith Neptune Scale-focused examples and links; adds entry for DDP training scripts.github/workflows/pull-request.yml) to ignore**/ddp-training/**when selecting changed script dirs.gitignoreto exclude/integrations-and-supported-tools/pytorch/dataWritten by Cursor Bugbot for commit b18a853. This will update automatically on new commits. Configure here.