Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Commit 0e3378f

Browse files
committed
ruff fix
Signed-off-by: Pablo Garay <pagaray@nvidia.com>
1 parent 869fc92 commit 0e3378f

21 files changed

Lines changed: 8 additions & 25 deletions

File tree

.github/workflows/cicd-approve-test-queue.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,3 @@ jobs:
150150
-H 'Content-type: application/json' \
151151
--data "{\"text\":\":robot_joy: <https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}|Test-queue-approval-bot workflow> failed. Please review manually.\n\ncc ${SLACK_WEBHOOK_ADMIN}\"}" \
152152
$SLACK_WEBHOOK
153-

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ If you find our code useful, please consider citing the following papers:
2727
journal={arXiv preprint arXiv:2501.03575},
2828
year={2025}
2929
}
30-
```
30+
```

dfm/examples/Automodel/finetune/wan2_1_t2v_flow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ checkpoint:
5656
checkpoint_dir: /opt/DFM/wan_t2v_flow_outputs_base_recipe_fsdp_run_1/
5757
model_save_format: torch_save
5858
save_consolidated: false
59-
restore_from: null
59+
restore_from: null

dfm/examples/Automodel/finetune/wan2_1_t2v_flow_multinode.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ checkpoint:
5656
checkpoint_dir: /opt/DFM/wan_t2v_flow_outputs_base_recipe_multi_node_fsdp_run_3/
5757
model_save_format: torch_save
5858
save_consolidated: false
59-
restore_from: null
59+
restore_from: null

dfm/src/Automodel/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Automodel
22

33
Models implemented using Dtensors (NeMo Automodel)
4-

dfm/src/megatron/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# MBridge
22

33
Megatron models including DiT and dLLM implementations.
4-

dfm/src/megatron/base/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Base
22

33
Base classes and interfaces for Megatron models.
4-

dfm/src/megatron/model/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Model
22

33
Model implementations for DiT and dLLM architectures.
4-

examples/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Examples
22

33
Training and inference examples for dtensor and megatron models
4-

examples/dtensor/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# DTensor Models (NeMo Automodel)
22

33
Examples using NeMo Automodel with distributed tensor parallelism.
4-

0 commit comments

Comments
 (0)