Skip to content

Commit f8efa89

Browse files
[Doc][v0.7.3] Support XLM-RoBERTa-based and MiniCPM3 model (#824)
### What this PR does / why we need it? Support XLM-RoBERTa-based and MiniCPM3 model for v0.7.3 Signed-off-by: hfadzxy <starmoon_zhang@163.com>
1 parent e9b819f commit f8efa89

File tree

1 file changed

+30
-14
lines changed

1 file changed

+30
-14
lines changed
Lines changed: 30 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,33 @@
11
# Supported Models
22

3+
## Text-only Language Models
4+
5+
### Generative Models
6+
| Model | Supported | Note |
7+
|-------|-----------|------|
8+
| DeepSeek v3 || |
9+
| DeepSeek R1 || |
10+
| DeepSeek Distill (Qwen/LLama) || |
11+
| Qwen2.5 || |
12+
| QwQ-32B || |
13+
| LLama3.1/3.2 || |
14+
| Internlm || |
15+
| MiniCPM || |
16+
| MiniCPM3 || |
17+
18+
### Pooling Models
19+
| Model | Supported | Note |
20+
|-------|---------|------|
21+
| XLM-RoBERTa-based || |
22+
| Molmo || |
23+
24+
25+
## Multimodal Language Models
26+
27+
### Generative Models
328
| Model | Supported | Note |
4-
|---------|-----------|------|
5-
| DeepSeek v3 ||||
6-
| DeepSeek R1 ||||
7-
| DeepSeek Distill (Qwen/LLama) |||
8-
| Qwen2-VL |||
9-
| Qwen2-Audio |||
10-
| Qwen2.5 |||
11-
| Qwen2.5-VL |||
12-
| QwQ-32B |||
13-
| MiniCPM || |
14-
| LLama3.1/3.2 |||
15-
| Internlm |||
16-
| InternVL2.5 |||
17-
| Molomo |||
29+
|-------|-----------|------|
30+
| Qwen2-VL || |
31+
| Qwen2.5-VL || |
32+
| InternVL2.5 || |
33+
| Qwen2-Audio || |

0 commit comments

Comments
 (0)