From 12e494092744f1ca94bb54e501498f8a1c15ad05 Mon Sep 17 00:00:00 2001 From: Prince Kumar Date: Tue, 21 Jan 2025 04:56:32 -0500 Subject: [PATCH] removed duplicate main_process_port entry --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ff257b17c..274d80e54 100644 --- a/README.md +++ b/README.md @@ -305,7 +305,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 \