Skip to content

Commit b2c93b2

Browse files
authored
Merge pull request #14 from IBM/mingxzhao-patch-6
Update README.md
2 parents 0ab71b3 + 5b33201 commit b2c93b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/lab-4/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,11 +280,13 @@ ilab model train --pipeline simple
280280
4) When this is completed, you'll need to test this model, which is the following command:
281281

282282
```bash
283-
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
283+
ilab model test --model-dir ~/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
284284
```
285285

286286
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.
287287

288+
!!! warning
289+
Make sure you run `ilab test` before you try to convert, converting will delete the neccesary files for testing.
288290

289291
```bash
290292
ilab model convert --adapter-file ~/.local/share/instructlab/checkpoints/instructlab-granite-7b-lab-mlx-q/adapters-100.npz --model-dir ~/.local/share/instructlab/checkpoints/instructlab-granite-7b-lab-mlx-q

0 commit comments

Comments
 (0)