Skip to content

Commit ca1e6c0

Browse files
committed
better formatting of table.
1 parent 588ebf5 commit ca1e6c0

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

README.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,24 @@ quite a bit faster.
2525

2626
Here are some example outputs for prompt `"A cat playing with a ball of yarn"`:
2727

28-
| Configuration | Output |
29-
|--------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|
30-
| **Baseline** | ![baseline_output](https://github.com/user-attachments/assets/8ba746d2-fbf3-4e30-adc4-11303231c146) |
31-
| **Fully-optimized (with quantization)** | ![fast_output](https://github.com/user-attachments/assets/1a31dec4-38d5-45b2-8ae6-c7fb2e6413a4) |
32-
28+
<table>
29+
<thead>
30+
<tr>
31+
<th>Configuration</th>
32+
<th>Output</th>
33+
</tr>
34+
</thead>
35+
<tbody>
36+
<tr>
37+
<td><strong>Baseline</strong></td>
38+
<td><img src="https://github.com/user-attachments/assets/8ba746d2-fbf3-4e30-adc4-11303231c146" alt="baseline_output" width=400/></td>
39+
</tr>
40+
<tr>
41+
<td><strong>Fully-optimized (with quantization)</strong></td>
42+
<td><img src="https://github.com/user-attachments/assets/1a31dec4-38d5-45b2-8ae6-c7fb2e6413a4" alt="fast_output" width=400/></td>
43+
</tr>
44+
</tbody>
45+
</table>
3346

3447
## Setup
3548
We rely primarily on pure PyTorch for the optimizations. Currently, a relatively recent nightly version of PyTorch is required.

0 commit comments

Comments
 (0)