Skip to content

Commit fb3e346

Browse files
committed
Merge branch 'qwen3' of https://github.com/ModelTC/lightllm into qwen3
2 parents 502a323 + c49e7b8 commit fb3e346

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

docs/CN/source/models/supported_models.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ lightllm 支持大多数的主流的开源大语言模型以及多模态模型
3232
- :code:`--eos_id 151643 --trust_remote_code`
3333
* - `ChatGLM2-6b <https://github.com/THUDM/ChatGLM2-6B>`_
3434
- :code:`--trust_remote_code`
35-
* - `Baichuan-7b <https://github.com/baichuan-inc/Baichuan-7B>`_
36-
- :code:`--trust_remote_code`
37-
* - `Baichuan-13b <https://github.com/baichuan-inc/Baichuan-13B>`_
38-
- :code:`--trust_remote_code`
39-
* - `Baichuan2-7b <https://github.com/baichuan-inc/Baichuan2>`_
40-
- :code:`--trust_remote_code`
41-
* - `Baichuan2-13b <https://github.com/baichuan-inc/Baichuan2>`_
42-
- :code:`--trust_remote_code`
4335
* - `InternLM-7b <https://github.com/InternLM/InternLM>`_
4436
- :code:`--trust_remote_code`
4537
* - `Yi-34b <https://huggingface.co/01-ai/Yi-34B>`_
@@ -58,6 +50,12 @@ lightllm 支持大多数的主流的开源大语言模型以及多模态模型
5850
- :code:`--data_type bfloat16`
5951
* - `DeepSeek-V2 <https://huggingface.co/deepseek-ai/DeepSeek-V2>`_
6052
- :code:`--data_type bfloat16`
53+
* - `DeepSeek-V3 <https://huggingface.co/deepseek-ai/DeepSeek-V2>`_
54+
-
55+
* - `Qwen3 <https://github.com/QwenLM/Qwen3>`_
56+
-
57+
* - `Qwen3-Moe <https://github.com/QwenLM/Qwen3>`_
58+
-
6159

6260

6361
多模态模型

docs/EN/source/models/supported_models.rst

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@ LLM
3131
- :code:`--eos_id 151643 --trust_remote_code`
3232
* - `ChatGLM2-6b <https://github.com/THUDM/ChatGLM2-6B>`_
3333
- :code:`--trust_remote_code`
34-
* - `Baichuan-7b <https://github.com/baichuan-inc/Baichuan-7B>`_
35-
- :code:`--trust_remote_code`
36-
* - `Baichuan-13b <https://github.com/baichuan-inc/Baichuan-13B>`_
37-
- :code:`--trust_remote_code`
38-
* - `Baichuan2-7b <https://github.com/baichuan-inc/Baichuan2>`_
39-
- :code:`--trust_remote_code`
40-
* - `Baichuan2-13b <https://github.com/baichuan-inc/Baichuan2>`_
41-
- :code:`--trust_remote_code`
4234
* - `InternLM-7b <https://github.com/InternLM/InternLM>`_
4335
- :code:`--trust_remote_code`
4436
* - `Yi-34b <https://huggingface.co/01-ai/Yi-34B>`_
@@ -57,6 +49,11 @@ LLM
5749
- :code:`--data_type bfloat16`
5850
* - `DeepSeek-V2 <https://huggingface.co/deepseek-ai/DeepSeek-V2>`_
5951
- :code:`--data_type bfloat16`
52+
* - `Qwen3 <https://github.com/QwenLM/Qwen3>`_
53+
-
54+
* - `Qwen3-Moe <https://github.com/QwenLM/Qwen3>`_
55+
-
56+
6057

6158

6259
VLM

0 commit comments

Comments
 (0)