Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 67075bd

Browse files
committed
added syntax highlighting
1 parent 56dff30 commit 67075bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

COMPILE_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The primary compilation API we provide is something called AOTAutograd.
55
This is currently a prototype feature.
66

77
For example, here are some examples of how to use it.
8-
```
8+
```python
99
from functorch.compile import aot_function, aot_module, draw_graph
1010
import torch.fx as fx
1111
import torch

0 commit comments

Comments
 (0)