From f32ac38e5b07978179d765c588be5b768b59587a Mon Sep 17 00:00:00 2001 From: PRINCE KUMAR Date: Wed, 5 Feb 2025 15:44:35 +0530 Subject: [PATCH] Removed duplicate main_process_port entry (#444) Signed-off-by: Prince Kumar Co-authored-by: Prince Kumar --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index af3da30f4..5c00587a3 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,6 @@ Below example runs multi-GPU fine tuning on 8 GPUs with FSDP: # OUTPUT_PATH=out # Path to the output folder where the checkpoints are saved accelerate launch \ ---main_process_port $MASTER_PORT \ --config_file fixtures/accelerate_fsdp_defaults.yaml \ --num_processes=8 \ --main_process_port=$MASTER_PORT \