MCPcopy Create free account

hub / github.com/ByteDance-Seed/Cola-DLM / types & classes

Types & classes40 in github.com/ByteDance-Seed/Cola-DLM

↓ 2 callersClassAdaLN
cola_dlm/modeling_cola_dit.py:327
↓ 2 callersClassBlockOutput
Output from one generation block.
cola_dlm/engine.py:19
↓ 2 callersClassBufferCache
cola_dlm/modeling_cola_vae.py:122
↓ 2 callersClassColaDiTConfig
Configuration for :class:`ColaDiTModel`. Parameterizes the **block-causal Diffusion Transformer prior** ``p_psi(z_0)`` of Cola DLM (Eq. 2.1.4
cola_dlm/configuration_cola_dit.py:18
↓ 2 callersClassCustomJSON
tasks/customjson.py:10
↓ 2 callersClassGSM8K
tasks/gsm8k.py:8
↓ 2 callersClassMMLU
tasks/mmlu.py:7
↓ 2 callersClassSmolTalk
tasks/smoltalk.py:7
↓ 2 callersClassTaskMixture
tasks/common.py:34
↓ 2 callersClassTextVAEBlock
cola_dlm/modeling_cola_vae.py:260
↓ 1 callersClassColaDiTAttention
cola_dlm/modeling_cola_dit.py:388
↓ 1 callersClassColaDiTBlock
cola_dlm/modeling_cola_dit.py:511
↓ 1 callersClassColaDiTModel
cola_dlm/modeling_cola_dit.py:580
↓ 1 callersClassColaDiTOutput
cola_dlm/modeling_cola_dit.py:571
↓ 1 callersClassColaEngine
Block-by-block generation engine for Cola-DLM. Usage:: engine = ColaEngine(dit, vae, tokenizer) for block_text in engine.generat
cola_dlm/engine.py:32
↓ 1 callersClassColaOpenAIAdapter
Small synchronous wrapper around the Cola DLM inference pipeline.
openai_adapter/server.py:126
↓ 1 callersClassColaTextVAEConfig
Configuration for :class:`ColaTextVAEModel`. Parameterizes the **Text VAE** of Cola DLM, which provides *both* the inference encoder ``q_phi(
cola_dlm/configuration_cola_vae.py:18
↓ 1 callersClassDiagonalGaussianDistribution
cola_dlm/modeling_cola_vae.py:76
↓ 1 callersClassDistMuonAdamW
Distributed Muon+AdamW. Handles gradient sync internally (no DDP wrapper needed). Uses 3-phase async communication: 1. Launch all reduce
cola_dlm/optim.py:207
↓ 1 callersClassMLP
cola_dlm/modeling_cola_dit.py:372
↓ 1 callersClassMuonAdamW
Combined optimizer: Muon for 2D matrix params, AdamW for others. Arguments: param_groups: List of dicts with 'kind' = 'adamw' or 'mu
cola_dlm/optim.py:115
↓ 1 callersClassPatchIn1D
cola_dlm/modeling_cola_dit.py:183
↓ 1 callersClassPatchOut1D
cola_dlm/modeling_cola_dit.py:205
↓ 1 callersClassSimpleSpelling
tasks/spellingbee.py:92
↓ 1 callersClassSpellingBee
tasks/spellingbee.py:37
↓ 1 callersClassSwiGLU
cola_dlm/modeling_cola_vae.py:229
↓ 1 callersClassTextRotaryEmbedding
cola_dlm/modeling_cola_dit.py:265
↓ 1 callersClassTextVAEEncoderOutput
cola_dlm/modeling_cola_vae.py:109
↓ 1 callersClassTimestepEmbedding
cola_dlm/modeling_cola_dit.py:152
↓ 1 callersClassVAERotaryEmbedding
Sin/cos RoPE with an explicit ``positions`` argument so the same layer can handle both padded-batch training and NA inference.
cola_dlm/modeling_cola_vae.py:146
↓ 1 callersClass_DummyWandb
scripts/cola_pretrain.py:121
↓ 1 callersClass_DummyWandb
scripts/cola_sft.py:136
↓ 1 callersClass_DummyWandb
scripts/cola_cpt.py:99
ClassAdapterSettings
openai_adapter/server.py:63
ClassChatCompletionRequest
openai_adapter/server.py:112
ClassChatMessage
openai_adapter/server.py:104
ClassColaTextVAEModel
cola_dlm/modeling_cola_vae.py:470
ClassConfig
openai_adapter/server.py:108
ClassConfig
openai_adapter/server.py:122
ClassTask
tasks/common.py:6