Update README.md
Browse files
README.md
CHANGED
@@ -2,12 +2,12 @@
|
|
2 |
license: mit
|
3 |
license_name: deepseek
|
4 |
license_link: LICENSE
|
5 |
-
pipeline_tag:
|
6 |
library_name: mlx
|
7 |
base_model:
|
8 |
-
|
9 |
tags:
|
10 |
-
|
11 |
---
|
12 |
|
13 |
This model is derived from https://huggingface.co/deepseek-ai/Janus-Pro-1B and the main modifications are as follows
|
@@ -22,7 +22,7 @@ This model is derived from https://huggingface.co/deepseek-ai/Janus-Pro-1B and t
|
|
22 |
In Macos (Apple silicon), use [mlx](https://github.com/ml-explore/mlx) framework https://github.com/wnma3mz/tLLM
|
23 |
|
24 |
```bash
|
25 |
-
tllm.server --model_path $MODEL_PATH
|
26 |
```
|
27 |
|
28 |
`$MODEL_PATH` like `wnma3mz/Janus-Pro-1B-4bit`
|
|
|
2 |
license: mit
|
3 |
license_name: deepseek
|
4 |
license_link: LICENSE
|
5 |
+
pipeline_tag: any-to-any
|
6 |
library_name: mlx
|
7 |
base_model:
|
8 |
+
- deepseek-ai/Janus-Pro-1B
|
9 |
tags:
|
10 |
+
- chat
|
11 |
---
|
12 |
|
13 |
This model is derived from https://huggingface.co/deepseek-ai/Janus-Pro-1B and the main modifications are as follows
|
|
|
22 |
In Macos (Apple silicon), use [mlx](https://github.com/ml-explore/mlx) framework https://github.com/wnma3mz/tLLM
|
23 |
|
24 |
```bash
|
25 |
+
tllm.server --model_path $MODEL_PATH
|
26 |
```
|
27 |
|
28 |
`$MODEL_PATH` like `wnma3mz/Janus-Pro-1B-4bit`
|