TheCluster commited on
Commit
b2941cd
·
verified ·
1 Parent(s): 10b0e4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,5 +38,5 @@ pip install -U mlx-vlm
38
  ```
39
 
40
  ```bash
41
- python -m mlx_vlm.generate --model TheCluster/Comet-12B-v4-mlx-8bit --max-tokens 512 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
42
  ```
 
38
  ```
39
 
40
  ```bash
41
+ python -m mlx_vlm.generate --model TheCluster/Comet_12B_V.4-mlx-8bit --max-tokens 512 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
42
  ```