Terrencez commited on
Commit
4c2e438
·
verified ·
1 Parent(s): 44d36ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -117,7 +117,11 @@ uv pip install "git+https://github.com/Blaizzy/mlx-vlm.git@main"
117
  Then the mlx\_vlm server can be started with the following command:
118
 
119
  ```shell
120
- mlx_vlm.server --model CohereLabs/North-Mini-Code-1.0-w4a16
 
 
 
 
121
  ```
122
 
123
  **Opencode config:**
 
117
  Then the mlx\_vlm server can be started with the following command:
118
 
119
  ```shell
120
+ mlx_vlm.server \
121
+ --model CohereLabs/North-Mini-Code-1.0-w4a16 \
122
+ --enable-thinking \
123
+ --thinking-start-token "<|START_THINKING|>" \
124
+ --thinking-end-token "<|END_THINKING|>"
125
  ```
126
 
127
  **Opencode config:**