We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b185b6 commit fc0ca47Copy full SHA for fc0ca47
docs/source/optimization/fp16.mdx
@@ -18,9 +18,9 @@ We present some techniques and ideas to optimize 🤗 Diffusers _inference_ for
18
| ---------------- | ------- | ------- |
19
| original | 9.50s | x1 |
20
| 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 |
+| autocast (fp16) | 5.47s | x1.74 |
+| fp16 | 3.61s | x2.63 |
+| channels last | 3.30s | x2.88 |
24
| traced UNet | 3.21s | x2.96 |
25
26
<em>
0 commit comments