Commit c15619d
Fix broken link to torch.compile programming model (#3748)
## Summary
Fixed broken link to torch.compile programming model documentation.
The old URL `docs.pytorch.org/docs/main/compile/programming_model.html`
no longer exists. Updated to the correct URL at
`docs.pytorch.org/docs/stable/user_guide/torch_compiler/compile/programming_model.html`.
## File Updated
- `intermediate_source/torch_compile_full_example.py`
Fixes #3695
Co-authored-by: Svetlana Karslioglu <[email protected]>1 parent 125c82c commit c15619d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
0 commit comments