Open ahmed-azraq opened 3 months ago
@jaideepr97 and @cdoern have been very supportive in long slack discussion, and provided this workaround which works fine.
ilab model test --adapter-file "/Users/ahmedazraq/Library/Application Support/instructlab/checkpoints/instructlab-granite-7b-lab-mlx-q/adapters-100.npz" --data-dir "/Users/ahmedazraq/Library/Application Support/instructlab/datasets" --model-dir "/Users/ahmedazraq/Library/Application Support/instructlab/checkpoints/instructlab-granite-7b-lab-mlx-q"
ilab model convert --adapter-file "/Users/ahmedazraq/Library/Application Support/instructlab/checkpoints/instructlab-granite-7b-lab-mlx-q/adapters-100.npz" --model-dir "/Users/ahmedazraq/Library/Application Support/instructlab/checkpoints/instructlab-granite-7b-lab-mlx-q"
They have mentioned in upcoming CLI release, they shall submit a PR to adjust the default behavior to work directly without the additional arguments. I will keep this issue open in case you'd like to submit PR on it. Feel free to close it if you'd like as the workaround works fine.
Thanks a lot @jaideepr97 and @cdoern for your support, guidance, patience, and for being so responsive. This is highly appreciated! 🙇♂️ 🙏
Describe the bug I did
ilab model train
, butilab model test
failed withTo Reproduce Steps to reproduce the behavior:
Expected behavior It should work properly.
Screenshots
Full logs are below
Device Info (please complete the following information):
Additional context It might be related to #1883 but all what I want is a workaround for now so that I proceed.