Skip to content

Commit 20131fb

Browse files
authored
Update README.md (mlc-ai#1045)
Update README.md
1 parent bdd9d9b commit 20131fb

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

README.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44

55
[Documentation](https://llm.mlc.ai/docs) | [Blog](https://blog.mlc.ai/) | [Discord][discord-url]
66

7-
Machine Learning Compilation for Large Language Models (MLC LLM) is a high-performance universal deployment solution that allows native deployment of any large language models with native APIs with compiler acceleration. The mission of this project is to enable everyone to develop, optimize and deploy AI models natively on everyone's devices with ML compilation techniques.
7+
**M**achine **L**earning **C**ompilation for **L**arge **L**anguage **M**odels (MLC LLM) is a high-performance universal deployment solution that allows native deployment of any large language models with native APIs with compiler acceleration. The mission of this project is to enable everyone to develop, optimize and deploy AI models natively on everyone's devices with ML compilation techniques.
88

99
**Universal deployment.** MLC LLM supports the following platforms and hardware:
1010

1111
<table style="width:100%">
1212
<thead>
1313
<tr>
14-
<th style="width:16%"> </th>
15-
<th style="width:21%">AMD GPU</th>
16-
<th style="width:21%">NVIDIA GPU</th>
17-
<th style="width:21%">Apple M1/M2 GPU</th>
18-
<th style="width:21%">Intel GPU</th>
14+
<th style="width:15%"> </th>
15+
<th style="width:20%">AMD GPU</th>
16+
<th style="width:20%">NVIDIA GPU</th>
17+
<th style="width:20%">Apple GPU</th>
18+
<th style="width:24%">Intel GPU</th>
1919
</tr>
2020
</thead>
2121
<tbody>
@@ -28,21 +28,18 @@ Machine Learning Compilation for Large Language Models (MLC LLM) is a high-perfo
2828
</tr>
2929
<tr>
3030
<td>macOS</td>
31-
<td>✅ Metal</td>
31+
<td>✅ Metal (dGPU)</td>
3232
<td>N/A</td>
3333
<td>✅ Metal</td>
34-
<td>✅ Metal</td>
34+
<td>✅ Metal (iGPU)</td>
3535
</tr>
3636
<tr>
3737
<td>Web Browser</td>
38-
<td>✅ WebGPU</td>
39-
<td>✅ WebGPU</td>
40-
<td>✅ WebGPU</td>
41-
<td>✅ WebGPU</td>
38+
<td colspan=4>✅ WebGPU and WASM </td>
4239
</tr>
4340
<tr>
4441
<td>iOS / iPadOS</td>
45-
<td colspan=4>✅ Metal on Apple M1/M2 GPU</td>
42+
<td colspan=4>✅ Metal on Apple A-series GPU</td>
4643
</tr>
4744
<tr>
4845
<td>Android</td>
@@ -69,16 +66,16 @@ Machine Learning Compilation for Large Language Models (MLC LLM) is a high-perfo
6966

7067
Please visit our [documentation](https://llm.mlc.ai/docs/index.html#getting-started) for detailed instructions.
7168

72-
## Prebuilt model support
69+
## Model Support
7370

7471
MLC LLM supports a wide range of model architectures and variants. We have the following prebuilts which you can
7572
use off-the-shelf. Visit [Prebuilt Models](https://llm.mlc.ai/docs/prebuilt_models.html) to see the full list, and [Compile Models via MLC](https://llm.mlc.ai/docs/compilation/compile_models.html) to see how to use models not on this list.
7673

7774
<table style="width:100%">
7875
<thead>
7976
<tr>
80-
<th style="width:40%">Supported Model Architecture</th>
81-
<th style="width:60%">Model Variants with Prebuilts</th>
77+
<th style="width:40%">Architecture</th>
78+
<th style="width:60%">Prebuilt Model Variants</th>
8279
</tr>
8380
</thead>
8481
<tbody>

0 commit comments

Comments
 (0)