qwen3\_5\_model\_descriptor =========================== .. List the submodules .. Autodoc anything defined in the module itself TODO: WE DON'T USE THIS OPTION RIGHT NOW BUT WE CAN REACTIVATE IF WANTED We use :ignore-module-all: so sphinx does not document the same module twice, even if it is reimported For reimports that should be documented somewhere other than where they are defined, the re-imports __module__ should be manually overridden -- i.e. in the ``__init__.py`` which contains ``from xxx import YYY``, add in ``YYY.__module__ = __name__``. .. automodule:: modelopt.torch.puzzletron.anymodel.models.qwen3_5.qwen3_5_model_descriptor :members: :undoc-members: .. Also show members without docstrings. Only members from __all__ are considered as per conf.py .. Ideally we should add docstrings for these members. .. Overview table of available classes in the module .. rubric:: Classes .. autosummary:: :nosignatures: Qwen3P5TextModelDescriptor Qwen3P5VLModelDescriptor Qwen3P5TextFFNIntermediateLayerDescriptor Qwen3P5VLFFNIntermediateLayerDescriptor Qwen3P5TextKVHeadsLayerDescriptor Qwen3P5VLKVHeadsLayerDescriptor Qwen3P5KVHeadsPruningMixIn Qwen3P5TextGatedDeltaNetLayerDescriptor Qwen3P5VLGatedDeltaNetLayerDescriptor Qwen3P5MoeTextModelDescriptor Qwen3P5MoeVLModelDescriptor .. Overview table of available functions in the module