Skip to content

Commit 32febb4

Browse files
Add LFM2 to SFT notebook examples (#4455)
1 parent ce6a4ba commit 32febb4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/notebooks/sft_trl_lora_qlora.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,10 @@
305305
"# model_id, output_dir = \"google/gemma-3-4b-it\", \"gemma-3-4b-it\" # ⚠️ ~6.8 GB VRAM\n",
306306
"\n",
307307
"## Granite\n",
308-
"#model_id, output_dir = \"ibm-granite/granite-4.0-micro\", \"granite-4.0-micro\" # ✅ ~3.3 GB VRAM"
308+
"#model_id, output_dir = \"ibm-granite/granite-4.0-micro\", \"granite-4.0-micro\" # ✅ ~3.3 GB VRAM\n",
309+
"\n",
310+
"## LFM2\n",
311+
"#model_id, output_dir = \"LiquidAI/LFM2-2.6B\", \"LFM2-2.6B-SFT\" # ✅ ~5.89 GB VRAM"
309312
]
310313
},
311314
{

0 commit comments

Comments
 (0)