Susant-Achary commited on
Commit
46daf80
Β·
verified Β·
1 Parent(s): 1a9dde1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -58,13 +58,13 @@ This MLX release converts the upstream checkpoint with **3-bit** quantization fo
58
  ## πŸš€ Quickstart (CLI)
59
 
60
  **Single image caption**
61
- ```bash
62
  python -m mlx_vlm.generate \
63
  --model <this-repo-id> \
64
  --image /path/to/image.jpg \
65
  --prompt "Describe this image in two concise sentences." \
66
  --max-tokens 128 --temperature 0.0 --device mps --seed 0
67
-
68
 
69
  ## πŸ”€ Model Family Comparison (2-bit β†’ 6-bit)
70
 
 
58
  ## πŸš€ Quickstart (CLI)
59
 
60
  **Single image caption**
61
+ ```python
62
  python -m mlx_vlm.generate \
63
  --model <this-repo-id> \
64
  --image /path/to/image.jpg \
65
  --prompt "Describe this image in two concise sentences." \
66
  --max-tokens 128 --temperature 0.0 --device mps --seed 0
67
+ ```
68
 
69
  ## πŸ”€ Model Family Comparison (2-bit β†’ 6-bit)
70