prince-canuma commited on
Commit
87c2c6b
1 Parent(s): 69f084f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ tags:
5
+ - mlx
6
+ pipeline_tag: image-text-to-text
7
+ ---
8
+
9
+ # mlx-community/Bunny-Llama-3-8B-V-8bit
10
+ This model was converted to MLX format from [`BAAI/Bunny-Llama-3-8B-V`]() using mlx-vlm version **0.0.11**.
11
+ Refer to the [original model card](https://huggingface.co/BAAI/Bunny-Llama-3-8B-V) for more details on the model.
12
+ ## Use with mlx
13
+
14
+ ```bash
15
+ pip install -U mlx-vlm
16
+ ```
17
+
18
+ ```bash
19
+ python -m mlx_vlm.generate --model mlx-community/Bunny-Llama-3-8B-V-8bit --max-tokens 100 --temp 0.0
20
+ ```