wnma3mz commited on
Commit
323ecd3
·
verified ·
1 Parent(s): e8a809a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -2,12 +2,12 @@
2
  license: mit
3
  license_name: deepseek
4
  license_link: LICENSE
5
- pipeline_tag: image-text-to-text
6
  library_name: mlx
7
  base_model:
8
- - deepseek-ai/Janus-Pro-7B
9
  tags:
10
- - chat
11
  ---
12
 
13
  This model is derived from https://huggingface.co/deepseek-ai/Janus-Pro-7B and the main modifications are as follows
@@ -22,7 +22,7 @@ This model is derived from https://huggingface.co/deepseek-ai/Janus-Pro-7B 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 --hostname localhost --is_local --client_size 1
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-7B
9
  tags:
10
+ - chat
11
  ---
12
 
13
  This model is derived from https://huggingface.co/deepseek-ai/Janus-Pro-7B 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`