Unverified Commit f1c78138 authored by Roger Wang's avatar Roger Wang Committed by GitHub
Browse files

[Doc] Fix Mock Import (#6094)

parent 3a86b54f
...@@ -96,6 +96,7 @@ autodoc_mock_imports = [ ...@@ -96,6 +96,7 @@ autodoc_mock_imports = [
'triton', 'triton',
"tqdm", "tqdm",
"tensorizer", "tensorizer",
"pynvml",
] ]
for mock_target in autodoc_mock_imports: for mock_target in autodoc_mock_imports:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment