Skip to content

Commit db83a61

Browse files
committed
convert to .py file
1 parent 38867c9 commit db83a61

File tree

3 files changed

+363
-331
lines changed

3 files changed

+363
-331
lines changed

compilers_index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,13 @@ control, as well as third-party backend solutions.
8989
:link: recipes/compiling_optimizer_lr_scheduler.html
9090
:tags: Model-Optimization,torch.compile
9191

92+
.. customcarditem::
93+
:header: Using Variable Length Attention with ``torch.compile``
94+
:card_description: Speed up training with torch.compiled variable length attention
95+
:image: _static/img/thumbnails/cropped/generic-pytorch-logo.png
96+
:link: intermediate/variable_length_attention_tutorial.html
97+
:tags: Model-Optimization,torch.compile
98+
9299
.. customcarditem::
93100
:header: Using User-Defined Triton Kernels with ``torch.compile``
94101
:card_description: Learn how to use user-defined kernels with ``torch.compile``
@@ -191,6 +198,7 @@ control, as well as third-party backend solutions.
191198
recipes/torch_export_challenges_solutions
192199
recipes/compiling_optimizer
193200
recipes/compiling_optimizer_lr_scheduler
201+
intermediate/variable_length_attention_tutorial
194202
recipes/torch_compile_user_defined_triton_kernel_tutorial
195203
recipes/torch_compile_caching_tutorial
196204
recipes/regional_compilation

intermediate_source/variable_length_attention_tutorial.ipynb

Lines changed: 0 additions & 331 deletions
This file was deleted.

0 commit comments

Comments
 (0)