Skip to content

Commit d872772

Browse files
committed
Fix LLaMA ->Llama
1 parent 7ca0b66 commit d872772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/finetuning/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ It lets us specify the training settings for everything from `model_name` to `da
7070

7171
* [Datasets config file](../../src/llama_recipes/configs/datasets.py) provides the available options for datasets.
7272

73-
* [peft config file](../../src/llama_recipes/configs/peft.py) provides the supported PEFT methods and respective settings that can be modified. We currently support LoRA and LLaMA-Adapter. Please note that LoRA is the only technique which is supported in combination with FSDP.
73+
* [peft config file](../../src/llama_recipes/configs/peft.py) provides the supported PEFT methods and respective settings that can be modified. We currently support LoRA and Llama-Adapter. Please note that LoRA is the only technique which is supported in combination with FSDP.
7474

7575
* [FSDP config file](../../src/llama_recipes/configs/fsdp.py) provides FSDP settings such as:
7676

0 commit comments

Comments
 (0)