Files changed (1) hide show
  1. README.md +13 -11
README.md CHANGED
@@ -1,13 +1,15 @@
1
- ---
2
- language:
3
- - zh
4
- - en
5
- library_name: transformers
6
- license: mit
7
- pipeline_tag: image-text-to-text
8
- tags:
9
- - mlx
10
- ---
 
 
11
 
12
  # mlx-community/GLM-4.6V-6bit
13
  This model was converted to MLX format from [`zai-org/GLM-4.6V`]() using mlx-vlm version **0.3.9**.
@@ -20,4 +22,4 @@ pip install -U mlx-vlm
20
 
21
  ```bash
22
  python -m mlx_vlm.generate --model mlx-community/GLM-4.6V-6bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
23
- ```
 
1
+ ---
2
+ language:
3
+ - zh
4
+ - en
5
+ library_name: transformers
6
+ license: mit
7
+ pipeline_tag: image-text-to-text
8
+ tags:
9
+ - mlx
10
+ base_model:
11
+ - zai-org/GLM-4.6V
12
+ ---
13
 
14
  # mlx-community/GLM-4.6V-6bit
15
  This model was converted to MLX format from [`zai-org/GLM-4.6V`]() using mlx-vlm version **0.3.9**.
 
22
 
23
  ```bash
24
  python -m mlx_vlm.generate --model mlx-community/GLM-4.6V-6bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
25
+ ```