prince-canuma
commited on
Commit
•
54cb86c
1
Parent(s):
311683b
Create README.md
Browse files
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-4bit
|
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-4bit --max-tokens 100 --temp 0.0
|
20 |
+
```
|