Skip to content

Commit

Permalink
Last one
Browse files Browse the repository at this point in the history
  • Loading branch information
joecummings committed Jul 23, 2024
1 parent b5eb93f commit 22c90de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchtune/models/llama3_1/_component_builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from torchtune.modules.peft import LORA_ATTN_MODULES, LoRALinear

"""
Component builders for the Llama3 model and popular variants such as LoRA.
Component builders for the Llama3.1 model and popular variants such as LoRA.
torchtune provides composable building blocks. Builder functions help
stitch these building blocks into higher-level components. This design has
Expand Down

0 comments on commit 22c90de

Please sign in to comment.