We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71cc00e commit b3891b7Copy full SHA for b3891b7
docsrc/source/conf.py
@@ -153,7 +153,7 @@ def get_current_branch_name():
153
intersphinx_mapping = {
154
"numpy": ("https://numpy.org/doc/1.26/", None),
155
"python": ("https://docs.python.org/3.10", None),
156
- "torch": ("https://pytorch.org/docs/2.4.1/", None),
+ "torch": ("https://pytorch.org/docs/2.4/", None),
157
}
158
159
smv_tag_whitelist = version_to_build # Select which tag to build
0 commit comments