Skip to content

Commit b807e7a

Browse files
Change Llama Embedding Tutorial to use SFT by default (#14231) (#14303)
Signed-off-by: Ao Tang <[email protected]> Co-authored-by: Ao Tang <[email protected]>
1 parent f5f23b7 commit b807e7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tutorials/llm/embedding/llama_embedding.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
" name=\"llama32_1b_embedding_finetuning\",\n",
217217
" num_nodes=nodes,\n",
218218
" num_gpus_per_node=gpus_per_node,\n",
219+
" peft_scheme=None,\n",
219220
" )\n",
220221
" return recipe\n",
221222
"\n",

0 commit comments

Comments
 (0)