DiscoStew commited on
Commit
f85e97f
·
verified ·
1 Parent(s): 72aec44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,5 +18,5 @@ pip install -U mlx-vlm
18
  ```
19
 
20
  ```bash
21
- python -m mlx_vlm.generate --model mlx-community/GLM-4.6V-3bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
22
  ```
 
18
  ```
19
 
20
  ```bash
21
+ python -m mlx_vlm.generate --model DiscoStew/GLM-4.6V-3bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
22
  ```