xlstm_jax.models.xlstm_parallel.utils#
Classes#
Sub-model configuration. |
Module Contents#
- class xlstm_jax.models.xlstm_parallel.utils.UpProjConfigMixin#
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.