Skip to content

Commit b5e6fc5

Browse files
committed
Fix
Signed-off-by: Chenjie Luo <[email protected]>
1 parent b82be66 commit b5e6fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/_templates/autosummary/module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
:recursive:
1212
{% for item in modules %}
1313
{% set full_item = fullname + '.' + item.split('.')[-1] %}
14-
{% if '.plugins.' not in full_item or full_item == 'modelopt.torch.opt.plugins.huggingface' or full_item == 'modelopt.torch.quantization.backends.fp8_per_tensor_gemm' %}
14+
{% if '.plugins.' not in full_item or full_item == 'modelopt.torch.opt.plugins.huggingface' or 'modelopt.torch.quantization.backends' not in full_item %}
1515
{{ full_item }}
1616
{% endif %}
1717
{%- endfor %}

0 commit comments

Comments
 (0)