Skip to content

Commit a5c98bf

Browse files
committed
updated link
Signed-off-by: Chris Abraham <[email protected]>
1 parent 50f16ca commit a5c98bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_posts/2023-04-27-introducing-hidet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pip install hidet
1717
```
1818

1919

20-
Hidet is integrated with PyTorch as a `torch.compile(...)` backend following the [Custom Backends tutorial](https://pytorch.org/docs/stable/dynamo/custom-backends.html). You can specify `hidet` as the `backend` when you compile a model. (Note: requires PyTorch version 2.0+):
20+
Hidet is integrated with PyTorch as a `torch.compile(...)` backend following the [Custom Backends tutorial](https://pytorch.org/docs/stable/torch.compiler_custom_backends.html). You can specify `hidet` as the `backend` when you compile a model. (Note: requires PyTorch version 2.0+):
2121

2222

2323
```

docs/2.0/dynamo/custom-backends.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020

21-
<link rel="canonical" href="https://pytorch.org/docs/stable/dynamo/custom-backends.html"/>
21+
<link rel="canonical" href="https://pytorch.org/docs/stable/torch.compiler_custom_backends.html"/>
2222

2323

2424

0 commit comments

Comments
 (0)