Skip to content

Commit 22886b0

Browse files
committed
Update ilab generate command and add a note
1 parent 09e0ee5 commit 22886b0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/modules/ROOT/pages/module-ilab.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ source venv/bin/activate
360360
[.console-input]
361361
[source,bash,subs="+attributes,macros+"]
362362
----
363-
ilab data generate --sdg-scale-factor 1 --enable-serving-output
363+
ilab data generate --model ~/instructlab/models/granite-7b-lab-Q4_K_M.gguf --sdg-scale-factor 1 --enable-serving-output
364364
----
365365

366366
To reduce the amount of time the generation process takes, we are setting the *"--sdg-scale-factor"* to `1` (The number of instructions to generate for each seed
@@ -372,6 +372,11 @@ image::ilab/nvtop.png[nvtop]
372372

373373
You can switch back to the original terminal by clicking on it on the right side of the screen (named `python`) to check on the progress of the generation.
374374

375+
[NOTE]
376+
====
377+
If you encounter an *AssertionError*, this is likely due to a known issue that has been resolved in the latest InstructLab. The fix will be included in the next release.
378+
====
379+
375380
Once the generation stage is complete, you should see something like this:
376381

377382
[source,console]

0 commit comments

Comments
 (0)