Skip to content

Commit fc0ca47

Browse files
authored
Fix speedup ratio in fp16.mdx (#837)
1 parent 6b185b6 commit fc0ca47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/optimization/fp16.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ We present some techniques and ideas to optimize 🤗 Diffusers _inference_ for
1818
| ---------------- | ------- | ------- |
1919
| original | 9.50s | x1 |
2020
| cuDNN auto-tuner | 9.37s | x1.01 |
21-
| autocast (fp16) | 5.47s | x1.91 |
22-
| fp16 | 3.61s | x2.91 |
23-
| channels last | 3.30s | x2.87 |
21+
| autocast (fp16) | 5.47s | x1.74 |
22+
| fp16 | 3.61s | x2.63 |
23+
| channels last | 3.30s | x2.88 |
2424
| traced UNet | 3.21s | x2.96 |
2525

2626
<em>

0 commit comments

Comments
 (0)