Skip to content

Commit b3891b7

Browse files
committed
Correct torch version
1 parent 71cc00e commit b3891b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docsrc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def get_current_branch_name():
153153
intersphinx_mapping = {
154154
"numpy": ("https://numpy.org/doc/1.26/", None),
155155
"python": ("https://docs.python.org/3.10", None),
156-
"torch": ("https://pytorch.org/docs/2.4.1/", None),
156+
"torch": ("https://pytorch.org/docs/2.4/", None),
157157
}
158158

159159
smv_tag_whitelist = version_to_build # Select which tag to build

0 commit comments

Comments
 (0)