prince-canuma
commited on
Commit
•
79feff5
1
Parent(s):
0154197
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
tags:
|
4 |
+
- mlx
|
5 |
+
license_name: deepseek
|
6 |
+
license_link: LICENSE
|
7 |
+
pipeline_tag: image-text-to-text
|
8 |
+
---
|
9 |
+
|
10 |
+
# mlx-community/deepseek-vl-7b-chat-4bit
|
11 |
+
This model was converted to MLX format from [`deepseek-ai/deepseek-vl-7b-chat`]() using mlx-vlm version **0.0.8**.
|
12 |
+
Refer to the [original model card](https://huggingface.co/deepseek-ai/deepseek-vl-1.3b-chat) for more details on the model.
|
13 |
+
## Use with mlx
|
14 |
+
|
15 |
+
```bash
|
16 |
+
pip install -U mlx-vlm
|
17 |
+
```
|
18 |
+
|
19 |
+
```bash
|
20 |
+
python -m mlx_vlm.generate --model mlx-community/deepseek-vl-7b-chat-4bit --max-tokens 100 --temp 0.0
|
21 |
+
```
|