You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/modules/ROOT/pages/module-ilab.adoc
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -360,7 +360,7 @@ source venv/bin/activate
360
360
[.console-input]
361
361
[source,bash,subs="+attributes,macros+"]
362
362
----
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
364
364
----
365
365
366
366
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]
372
372
373
373
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.
374
374
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
+
375
380
Once the generation stage is complete, you should see something like this:
0 commit comments