File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1414
1515from __future__ import annotations
1616
17- from dfm .src .automodel .recipes .train import TrainWan21DiffusionRecipe
1817from nemo_automodel .components .config ._arg_parser import parse_args_and_load_config
1918
19+ from dfm .src .automodel .recipes .train import TrainWan21DiffusionRecipe
20+
2021
2122def main (default_config_path = "/opt/DFM/dfm/examples/Automodel/finetune/wan2_1_t2v_flow.yaml" ):
2223 cfg = parse_args_and_load_config (default_config_path )
Original file line number Diff line number Diff line change 1414
1515from __future__ import annotations
1616
17- from dfm .src .automodel .recipes .train import TrainWan21DiffusionRecipe
1817from nemo_automodel .components .config ._arg_parser import parse_args_and_load_config
1918
19+ from dfm .src .automodel .recipes .train import TrainWan21DiffusionRecipe
20+
2021
2122def main (default_config_path = "/opt/DFM/dfm/examples/Automodel/pretrain/wan2_1_t2v_flow.yaml" ):
2223 cfg = parse_args_and_load_config (default_config_path )
You can’t perform that action at this time.
0 commit comments