From 41e539314248d25fad5f7aca05eaf4050c826707 Mon Sep 17 00:00:00 2001 From: Mingxuan Zhao <43148277+mingxzhao@users.noreply.github.com> Date: Sun, 20 Oct 2024 12:36:09 -0500 Subject: [PATCH] Update README.md typo fix --- docs/lab-4/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lab-4/README.md b/docs/lab-4/README.md index e535b53..8078764 100644 --- a/docs/lab-4/README.md +++ b/docs/lab-4/README.md @@ -280,7 +280,7 @@ ilab model train --pipeline simple 4) When this is completed, you'll need to test this model, which is the following command: ```bash -lab model test --model-dir ~/.local/share/instructlab/instructlab-granite-7b-lab --adapter-file ~/.local/share/instructlab/checkpoints/instructlab-granite-7b-lab-mlx-q/adapters-100.npz --data-dir ~/.local/share/instructlab/datasets +ilab model test --model-dir ~/.local/share/instructlab/instructlab-granite-7b-lab --adapter-file ~/.local/share/instructlab/checkpoints/instructlab-granite-7b-lab-mlx-q/adapters-100.npz --data-dir ~/.local/share/instructlab/datasets ``` 5) Now to run the command on the Mac M3, or Apple hardware you'll need to convert it to a `gguf`, that is this next command.