vllm
This commit is contained in:
parent
bd9c740fc7
commit
0434f9429c
1 changed files with 6 additions and 4 deletions
|
@ -10,8 +10,9 @@
|
|||
<th>Name</th>
|
||||
<th>IP:Port</th>
|
||||
<th>Container</th>
|
||||
<th>Size</th>
|
||||
<th>Quantization</th>
|
||||
<!-- <th>Size</th>
|
||||
<th>Quantization</th> -->
|
||||
<th>Engine</th>
|
||||
<th>Status</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
@ -25,8 +26,9 @@
|
|||
<td>{c.ip}</td>
|
||||
{/if}
|
||||
<td>{c.container}</td>
|
||||
<td>{c.details.parameter_size}</td>
|
||||
<td>{c.details.quantization_level}</td>
|
||||
<!-- <td>{c.details.parameter_size}</td>
|
||||
<td>{c.details.quantization_level}</td> -->
|
||||
<td>{c.engine}</td>
|
||||
<td>{c.state}</td>
|
||||
</tr>
|
||||
{/each}
|
||||
|
|
Loading…
Add table
Reference in a new issue