File tree 1 file changed +19
-13
lines changed 1 file changed +19
-13
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ OpenLLM supports a wide range of state-of-the-art open-source LLMs. You can also
38
38
</tr >
39
39
<tr >
40
40
<td>deepseek</td>
41
- <td>r1</td>
41
+ <td>r1-671b </td>
42
42
<td>80Gx16</td>
43
- <td><code>openllm serve deepseek:r1</code></td>
43
+ <td><code>openllm serve deepseek:r1-671b </code></td>
44
44
</tr >
45
45
<tr >
46
46
<td>gemma2</td>
@@ -49,16 +49,16 @@ OpenLLM supports a wide range of state-of-the-art open-source LLMs. You can also
49
49
<td><code>openllm serve gemma2:2b</code></td>
50
50
</tr >
51
51
<tr >
52
- <td>hermes-3 </td>
53
- <td>deep-llama3-8b-91e3 </td>
54
- <td>80G </td>
55
- <td><code>openllm serve hermes-3:deep-llama3-8b-91e3 </code></td>
52
+ <td>gemma3 </td>
53
+ <td>3b </td>
54
+ <td>12G </td>
55
+ <td><code>openllm serve gemma3:3b </code></td>
56
56
</tr >
57
57
<tr >
58
58
<td>jamba1.5</td>
59
- <td>large-8b32 </td>
60
- <td>80Gx8 </td>
61
- <td><code>openllm serve jamba1.5:large-8b32 </code></td>
59
+ <td>mini-ff0a </td>
60
+ <td>80Gx2 </td>
61
+ <td><code>openllm serve jamba1.5:mini-ff0a </code></td>
62
62
</tr >
63
63
<tr >
64
64
<td>llama3.1</td>
@@ -78,17 +78,23 @@ OpenLLM supports a wide range of state-of-the-art open-source LLMs. You can also
78
78
<td>80Gx2</td>
79
79
<td><code>openllm serve llama3.3:70b</code></td>
80
80
</tr >
81
+ <tr >
82
+ <td>llama4</td>
83
+ <td>17b16e</td>
84
+ <td>80Gx8</td>
85
+ <td><code>openllm serve llama4:17b16e</code></td>
86
+ </tr >
81
87
<tr >
82
88
<td>mistral</td>
83
- <td>8b</td>
89
+ <td>8b-2410 </td>
84
90
<td>24G</td>
85
- <td><code>openllm serve mistral:8b</code></td>
91
+ <td><code>openllm serve mistral:8b-2410 </code></td>
86
92
</tr >
87
93
<tr >
88
94
<td>mistral-large</td>
89
- <td>123b</td>
95
+ <td>123b-2407 </td>
90
96
<td>80Gx4</td>
91
- <td><code>openllm serve mistral-large:123b</code></td>
97
+ <td><code>openllm serve mistral-large:123b-2407 </code></td>
92
98
</tr >
93
99
<tr >
94
100
<td>phi4</td>
You can’t perform that action at this time.
0 commit comments