Spaces:
Running
on
T4
Running
on
T4
Tom Aarsen
commited on
Commit
•
6c0d667
1
Parent(s):
90a1502
Use markdown table
Browse files
app.py
CHANGED
@@ -648,9 +648,24 @@ Observe the [Speeding up Inference](https://sbert.net/docs/sentence_transformer/
|
|
648 |
|
649 |
<details><summary>Click to see performance benchmarks</summary>
|
650 |
|
651 |
-
|
652 |
-
|
653 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
654 |
|
655 |
* `onnx` refers to the ONNX backend
|
656 |
* `onnx-qint8` refers to ONNX (Dynamic Quantization)
|
|
|
648 |
|
649 |
<details><summary>Click to see performance benchmarks</summary>
|
650 |
|
651 |
+
<table>
|
652 |
+
<thead>
|
653 |
+
<tr>
|
654 |
+
<th>GPU</th>
|
655 |
+
<th>CPU</th>
|
656 |
+
</tr>
|
657 |
+
</thead>
|
658 |
+
<tbody>
|
659 |
+
<tr>
|
660 |
+
<td>
|
661 |
+
<img src="https://sbert.net/_images/backends_benchmark_gpu.png" alt="">
|
662 |
+
</td>
|
663 |
+
<td>
|
664 |
+
<img src="https://sbert.net/_images/backends_benchmark_cpu.png" alt="">
|
665 |
+
</td>
|
666 |
+
</tr>
|
667 |
+
</tbody>
|
668 |
+
</table>
|
669 |
|
670 |
* `onnx` refers to the ONNX backend
|
671 |
* `onnx-qint8` refers to ONNX (Dynamic Quantization)
|