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 0739b19 commit 3bec41fCopy full SHA for 3bec41f
docs/requirements-docs.txt
@@ -7,4 +7,6 @@ sphinx-argparse
7
# packages to install to build the documentation
8
pydantic
9
-f https://download.pytorch.org/whl/cpu
10
-torch
+torch
11
+py-cpuinfo
12
+transformers
docs/source/conf.py
@@ -75,6 +75,7 @@
75
76
# Mock out external dependencies here.
77
autodoc_mock_imports = [
78
+ "cpuinfo",
79
"torch",
80
"transformers",
81
"psutil",
0 commit comments