We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45ff99 commit dc7ced1Copy full SHA for dc7ced1
docs/source/conf.py
@@ -24,6 +24,7 @@
24
]
25
autodoc_mock_imports = [
26
"infinistore._infinistore",
27
+ "torch",
28
29
30
templates_path = ["_templates"]
infinistore/lib.py
@@ -1,4 +1,4 @@
1
-from infinistore import _infinistore
+import infinistore._infinistore as _infinistore
2
import torch
3
import os
4
from typing import List, Tuple
0 commit comments