Skip to content

Commit 5de6fdf

Browse files
authored
Change LoRA to custom model (#1323)
1 parent b52ec52 commit 5de6fdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,11 @@ litgpt finetune \
180180
--data JSON \
181181
--data.json_path my_custom_dataset.json \
182182
--data.val_split_fraction 0.1 \
183-
--out_dir out/phi-2-lora
183+
--out_dir out/custom-model
184184

185185
# 3) Chat with the model
186186
litgpt chat \
187-
--checkpoint_dir out/phi-2-lora/final
187+
--checkpoint_dir out/custom-model/final
188188
```
189189

190190
 

0 commit comments

Comments
 (0)