xlstm_jax.models.xlstm_parallel.blocks.mlstm.backend.config_utils#
Classes#
Sub-model configuration. |
Module Contents#
- class xlstm_jax.models.xlstm_parallel.blocks.mlstm.backend.config_utils.NameAndKwargs#
Bases:
xlstm_jax.models.configs.SubModelConfigSub-model configuration.
This class is currently a quick fix to allow for post-init style model configs, like the xlstm-clean we ported from the original xlstm codebase. Once the config system is more mature, we should remove this and all becomes a subclass of ModelConfig.
- create_name_instance()#
- Return type:
Any