gajesh commited on
Commit
bbeabc6
·
verified ·
1 Parent(s): 2f330b9

Finalize complete Qwen3.8 VLM with pinned EigenLabs provenance

Browse files

Complete verified 2,180-tensor VLM snapshot: 1,847 language_model tensors bitwise pinned to EigenLabs/Qwen3.8-27B-4bit@eda45ab47f465d08d6558f0353a2346e2eb9d5b3; 333 vision_tower tensors and processor assets pinned to mlx-community/Qwen3.8-27B-4bit@3e6447f082e89cc7f0bc6e5441afd38dfce760ff from Qwen/Qwen3.8-27B@1d4bf0f2ff6012fd82039f2fa52739d0dd7c60c0. MTP remains separate. Uses the canonical mlx_vlm CLI in the model card.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ The immutable challenge revision [`eda45ab47f465d08d6558f0353a2346e2eb9d5b3`](ht
23
 
24
  ```bash
25
  pip install -U mlx-vlm
26
- python -m mlx_vlm.generate \
27
  --model EigenLabs/Qwen3.8-27B-4bit \
28
  --image /path/to/image.jpg \
29
  --prompt "Describe this image." \
 
23
 
24
  ```bash
25
  pip install -U mlx-vlm
26
+ mlx_vlm generate \
27
  --model EigenLabs/Qwen3.8-27B-4bit \
28
  --image /path/to/image.jpg \
29
  --prompt "Describe this image." \