Skip to content

Commit 6cf8c09

Browse files
sayakpaulpcuenca
andauthored
Apply suggestions from code review
Co-authored-by: Pedro Cuenca <[email protected]>
1 parent 9e5b52d commit 6cf8c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/optimization/tome.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ We used this script for benchmarking: [https://gist.github.com/sayakpaul/27aec6b
9797

9898
As seen in the tables above, the speedup with `tomesd` becomes more pronounced for larger image resolutions. It is also interesting to note that with `tomesd`, it becomes possible to run the pipeline on a higher resolution, like 1024x1024.
9999

100-
It might be possible to speed up inference even further with [`torch.compile()`](https://huggingface.co/docs/diffusers/optimization/torch2.0).
100+
It might be possible to speed up inference even further with PyTorch 2.0, including the ability to compile the UNet using [`torch.compile()`](https://huggingface.co/docs/diffusers/optimization/torch2.0).
101101

102102
## Quality
103103

0 commit comments

Comments
 (0)