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 5187bff commit b3896c3Copy full SHA for b3896c3
_doc/conf.py
@@ -170,7 +170,7 @@
170
}
171
172
if int(os.environ.get("UNITTEST_GOING", "0")):
173
- sphinx_gallery_conf["ignore_pattern"] = ".*((tiny_llm)|(dort)|(draft_mode)).*"
+ sphinx_gallery_conf["ignore_pattern"] = ".*((tiny_llm)|(dort)|(draft_mode)|(hub_codellama.py)).*"
174
elif pv.Version(torch.__version__) < pv.Version("2.8"):
175
sphinx_gallery_conf["ignore_pattern"] = ".*((_oe_)|(dort)|(draft_mode)).*"
176
0 commit comments