Skip to content

Commit 6f906d5

Browse files
authored
Apply suggestion from @qgallouedec
1 parent 91e540c commit 6f906d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/peft_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Simply declare a [`~peft.PeftConfig`] object in your script and pass it through
2626
from peft import LoraConfig
2727
from trl import AutoModelForCausalLMWithValueHead
2828

29-
model_id = "trl-lib/Qwen2-0.5B-XPO"
29+
model_id = "edbeeching/gpt-neo-125M-imdb"
3030
lora_config = LoraConfig(
3131
r=16,
3232
lora_alpha=32,

0 commit comments

Comments
 (0)