AlazarM commited on
Commit
07b5dc6
·
verified ·
1 Parent(s): ca42ea6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ Group size 32 is required so the PLE n-gram embedding dimensions can be quantize
19
 
20
  ```sh
21
  pip install git+https://github.com/Blaizzy/mlx-vlm
22
- mlx_vlm.generate --model AlazarM/Qwen3.8-Flash-Next-4bit \
23
  --prompt "Explain sparse attention in one paragraph." --max-tokens 256
24
  ```
25
 
 
19
 
20
  ```sh
21
  pip install git+https://github.com/Blaizzy/mlx-vlm
22
+ mlx_vlm.generate --model mlx-community/Qwen3.8-Flash-Next-4bit \
23
  --prompt "Explain sparse attention in one paragraph." --max-tokens 256
24
  ```
25