diff --git a/examples/finetuning/configure_fsdp.md b/examples/finetuning/configure_fsdp.md index 0d377f43b..86ee8a58a 100644 --- a/examples/finetuning/configure_fsdp.md +++ b/examples/finetuning/configure_fsdp.md @@ -11,5 +11,7 @@ accelerate config An FSDP config file can be passed to the LLM Compressor finetuning script like this: ``` -accelerate launch --config_file example_fsdp_config.yaml --no_python llmcompressor.transformers.text_generation.finetune +accelerate launch --config_file example_fsdp_config.yaml --no_python llmcompressor.transformers.text_generation.finetune --model {hf_model} ``` + +where `hf_model` is the huggingface model stub