Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,5 +15,5 @@ This model [mlx-community/GLM-5.2-4bit](https://huggingface.co/mlx-community/GLM
15
  ```bash
16
  pip install mlx-lm
17
 
18
- mlx_lm.generate --model mlx-community/GLM-5.2-4bit --prompt "Hallo"
19
  ```
 
15
  ```bash
16
  pip install mlx-lm
17
 
18
+ mlx_lm.generate --model mlx-community/GLM-5.2-4bit --prompt "Hello"
19
  ```