|
@@ -632,12 +632,13 @@ A WebUI developed based on Gradio, with a simple interface and only core parsing
|
|
|
<tr>
|
|
<tr>
|
|
|
<th rowspan="2">Parsing Backend</th>
|
|
<th rowspan="2">Parsing Backend</th>
|
|
|
<th rowspan="2">pipeline <br> (Accuracy<sup>1</sup> 82+)</th>
|
|
<th rowspan="2">pipeline <br> (Accuracy<sup>1</sup> 82+)</th>
|
|
|
- <th colspan="4">vlm (Accuracy<sup>1</sup> 90+)</th>
|
|
|
|
|
|
|
+ <th colspan="5">vlm (Accuracy<sup>1</sup> 90+)</th>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>transformers</th>
|
|
<th>transformers</th>
|
|
|
<th>mlx-engine</th>
|
|
<th>mlx-engine</th>
|
|
|
<th>vllm-engine / <br>vllm-async-engine</th>
|
|
<th>vllm-engine / <br>vllm-async-engine</th>
|
|
|
|
|
+ <th>lmdeploy-engine</th>
|
|
|
<th>http-client</th>
|
|
<th>http-client</th>
|
|
|
</tr>
|
|
</tr>
|
|
|
</thead>
|
|
</thead>
|
|
@@ -648,6 +649,7 @@ A WebUI developed based on Gradio, with a simple interface and only core parsing
|
|
|
<td>Good compatibility, <br>but slower</td>
|
|
<td>Good compatibility, <br>but slower</td>
|
|
|
<td>Faster than transformers</td>
|
|
<td>Faster than transformers</td>
|
|
|
<td>Fast, compatible with the vLLM ecosystem</td>
|
|
<td>Fast, compatible with the vLLM ecosystem</td>
|
|
|
|
|
+ <td>Fast, compatible with the LMDeploy ecosystem</td>
|
|
|
<td>Suitable for OpenAI-compatible servers<sup>5</sup></td>
|
|
<td>Suitable for OpenAI-compatible servers<sup>5</sup></td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
@@ -655,33 +657,34 @@ A WebUI developed based on Gradio, with a simple interface and only core parsing
|
|
|
<td colspan="2" style="text-align:center;">Linux<sup>2</sup> / Windows / macOS</td>
|
|
<td colspan="2" style="text-align:center;">Linux<sup>2</sup> / Windows / macOS</td>
|
|
|
<td style="text-align:center;">macOS<sup>3</sup></td>
|
|
<td style="text-align:center;">macOS<sup>3</sup></td>
|
|
|
<td style="text-align:center;">Linux<sup>2</sup> / Windows<sup>4</sup> </td>
|
|
<td style="text-align:center;">Linux<sup>2</sup> / Windows<sup>4</sup> </td>
|
|
|
|
|
+ <td style="text-align:center;">Linux<sup>2</sup> / Windows </td>
|
|
|
<td>Any</td>
|
|
<td>Any</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>CPU inference support</th>
|
|
<th>CPU inference support</th>
|
|
|
<td colspan="2" style="text-align:center;">✅</td>
|
|
<td colspan="2" style="text-align:center;">✅</td>
|
|
|
- <td colspan="2" style="text-align:center;">❌</td>
|
|
|
|
|
|
|
+ <td colspan="3" style="text-align:center;">❌</td>
|
|
|
<td>Not required</td>
|
|
<td>Not required</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>GPU Requirements</th><td colspan="2" style="text-align:center;">Volta or later architectures, 6 GB VRAM or more, or Apple Silicon</td>
|
|
<th>GPU Requirements</th><td colspan="2" style="text-align:center;">Volta or later architectures, 6 GB VRAM or more, or Apple Silicon</td>
|
|
|
<td>Apple Silicon</td>
|
|
<td>Apple Silicon</td>
|
|
|
- <td>Volta or later architectures, 8 GB VRAM or more</td>
|
|
|
|
|
|
|
+ <td colspan="2" style="text-align:center;">Volta or later architectures, 8 GB VRAM or more</td>
|
|
|
<td>Not required</td>
|
|
<td>Not required</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>Memory Requirements</th>
|
|
<th>Memory Requirements</th>
|
|
|
- <td colspan="4" style="text-align:center;">Minimum 16 GB, 32 GB recommended</td>
|
|
|
|
|
|
|
+ <td colspan="5" style="text-align:center;">Minimum 16 GB, 32 GB recommended</td>
|
|
|
<td>8 GB</td>
|
|
<td>8 GB</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>Disk Space Requirements</th>
|
|
<th>Disk Space Requirements</th>
|
|
|
- <td colspan="4" style="text-align:center;">20 GB or more, SSD recommended</td>
|
|
|
|
|
|
|
+ <td colspan="5" style="text-align:center;">20 GB or more, SSD recommended</td>
|
|
|
<td>2 GB</td>
|
|
<td>2 GB</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>Python Version</th>
|
|
<th>Python Version</th>
|
|
|
- <td colspan="5" style="text-align:center;">3.10-3.13</td>
|
|
|
|
|
|
|
+ <td colspan="6" style="text-align:center;">3.10-3.13</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
</tbody>
|
|
</tbody>
|
|
|
</table>
|
|
</table>
|