Skip to content

Commit f3e4d11

Browse files
committed
chore: update list of models
Signed-off-by: Aaron Pham <[email protected]>
1 parent c08dc66 commit f3e4d11

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

README.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ OpenLLM supports a wide range of state-of-the-art open-source LLMs. You can also
3838
</tr>
3939
<tr>
4040
<td>deepseek</td>
41-
<td>r1</td>
41+
<td>r1-671b</td>
4242
<td>80Gx16</td>
43-
<td><code>openllm serve deepseek:r1</code></td>
43+
<td><code>openllm serve deepseek:r1-671b</code></td>
4444
</tr>
4545
<tr>
4646
<td>gemma2</td>
@@ -49,16 +49,16 @@ OpenLLM supports a wide range of state-of-the-art open-source LLMs. You can also
4949
<td><code>openllm serve gemma2:2b</code></td>
5050
</tr>
5151
<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>
5656
</tr>
5757
<tr>
5858
<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>
6262
</tr>
6363
<tr>
6464
<td>llama3.1</td>
@@ -78,17 +78,23 @@ OpenLLM supports a wide range of state-of-the-art open-source LLMs. You can also
7878
<td>80Gx2</td>
7979
<td><code>openllm serve llama3.3:70b</code></td>
8080
</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>
8187
<tr>
8288
<td>mistral</td>
83-
<td>8b</td>
89+
<td>8b-2410</td>
8490
<td>24G</td>
85-
<td><code>openllm serve mistral:8b</code></td>
91+
<td><code>openllm serve mistral:8b-2410</code></td>
8692
</tr>
8793
<tr>
8894
<td>mistral-large</td>
89-
<td>123b</td>
95+
<td>123b-2407</td>
9096
<td>80Gx4</td>
91-
<td><code>openllm serve mistral-large:123b</code></td>
97+
<td><code>openllm serve mistral-large:123b-2407</code></td>
9298
</tr>
9399
<tr>
94100
<td>phi4</td>

0 commit comments

Comments
 (0)