Skip to content

Commit b16f954

Browse files
authored
Update regional_aot.py
1 parent db53c7a commit b16f954

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

recipes_source/regional_aot.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,6 @@ def aot_compile_load_model(regional=False) -> torch.nn.Module:
236236
#
237237
# This recipe shows how to control the cold start time when compiling your
238238
# model ahead-of-time. This becomes effective when your model has repeated
239-
# blocks, which is typically seen in large generative models.
239+
# blocks, which is typically seen in large generative models. We used this
240+
# recipe on various models to speed up real-time performance. Learn more
241+
# `here <https://huggingface.co/blog/zerogpu-aoti>`__.

0 commit comments

Comments
 (0)