We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd025c commit c4e82e9Copy full SHA for c4e82e9
tests/unit_tests/test_model_converter.py
@@ -22,7 +22,6 @@ def build_parallel_dims(job_config, world_size):
22
pp=job_config.experimental.pipeline_parallel_degree,
23
world_size=world_size,
24
enable_loss_parallel=not job_config.training.disable_loss_parallel,
25
- ft_manager=None,
26
)
27
return parallel_dims
28
0 commit comments