Skip to content

Commit

Permalink
fix torch documentation link (#3396)
Browse files Browse the repository at this point in the history
  • Loading branch information
fehiepsi committed Sep 17, 2024
1 parent eadf00a commit c8b6020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
"torch": ("https://pytorch.org/docs/master/", None),
"torch": ("https://pytorch.org/docs/main/", None),
"funsor": ("https://funsor.pyro.ai/en/stable/", None),
"opt_einsum": ("https://optimized-einsum.readthedocs.io/en/stable/", None),
"scipy": ("https://docs.scipy.org/doc/scipy/", None),
Expand Down

0 comments on commit c8b6020

Please sign in to comment.