TheCluster commited on
Commit
de83fe9
·
verified ·
1 Parent(s): f07658f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,5 +34,5 @@ pip install -U mlx-vlm
34
  ```
35
 
36
  ```bash
37
- python -m mlx_vlm.generate --model TheCluster/gemma-3-27b-it-uncensored-6bit --max-tokens 128 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
38
  ```
 
34
  ```
35
 
36
  ```bash
37
+ python -m mlx_vlm.generate --model TheCluster/gemma-3-27b-it-uncensored-mlx-6bit --max-tokens 128 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
38
  ```