Skip to content

Commit 0899bd3

Browse files
committed
Update on "pin bump with better architecture"
This diff bump torch pin to 1008. also expose cuda version into torch_pin.py for better update if needed; Differential Revision: [D84280496](https://our.internmc.facebook.com/intern/diff/D84280496/) [ghstack-poisoned]
1 parent 53e44cf commit 0899bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import sys
2525
from typing import Any
2626

27-
import pytorch_sphinx_theme2 # type: ignore[import-untyped]
27+
import pytorch_sphinx_theme2 # type: ignore[import-not-found]
2828

2929
# To let us import ./custom_directives.py
3030
sys.path.insert(0, os.path.abspath("."))

0 commit comments

Comments
 (0)