[misc] fix ds config (#7205)

Former-commit-id: db113f690e
This commit is contained in:
hoshi-hiyouga
2025-03-07 15:21:28 +08:00
committed by GitHub
parent 33b4c33279
commit 98ea0e8109
6 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ fsdp_config:
fsdp_use_orig_params: true
machine_rank: 0
main_training_function: main
mixed_precision: fp16 # or bf16
mixed_precision: bf16 # or fp16
num_machines: 1 # the number of nodes
num_processes: 2 # the number of GPUs in all nodes
rdzv_backend: static