diff --git a/examples/llama-4/README.md b/examples/llama-4/README.md index 9ac987e49..53448da2b 100644 --- a/examples/llama-4/README.md +++ b/examples/llama-4/README.md @@ -3,7 +3,7 @@ ## Available Examples ### Llama 4 Scout 17Bx16Experts (109B) -- [Multi-Modal/Vision QLoRA w/ FSDP1](./scout-vision-qlora.yaml) +- [Multi-Modal/Vision QLoRA w/ FSDP1](./scout-vision-qlora-fsdp.yaml) - [Text Single GPU (H100) QLoRA](./scout-qlora-single-h100.yaml) - [Text Multi GPU QLoRA w/ FSDP1](./scout-qlora-fsdp1.yaml) diff --git a/examples/llama-4/scout-vision-qlora.yaml b/examples/llama-4/scout-vision-qlora-fsdp.yaml similarity index 100% rename from examples/llama-4/scout-vision-qlora.yaml rename to examples/llama-4/scout-vision-qlora-fsdp.yaml