Skip to content

Commit f0dc3fb

Browse files
committed
tablify.
1 parent 91c5879 commit f0dc3fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

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

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

28-
**Baseline:**
29-
![baseline_output](https://github.com/user-attachments/assets/8ba746d2-fbf3-4e30-adc4-11303231c146)
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) |
3032

31-
**Fully-optimized (with quantization):**
32-
![fast_output](https://github.com/user-attachments/assets/1a31dec4-38d5-45b2-8ae6-c7fb2e6413a4)
3333

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

0 commit comments

Comments
 (0)