↓ 9 callersMethod__init__(
self,
in_channels,
block_out_channels,
patch_size,
bias,
ele
Janus/janus/janusflow/models/uvit.py:431
↓ 7 callersMethod__init__(
self,
in_channels=3,
ch=128,
ch_mult=(1, 1, 2, 2, 4),
num_res_blocks
Janus/janus/models/vq_model.py:47
↓ 6 callersFunctionget_eos_mask end of sentence token can be int or list: 1 or [1, 2] e.g. eos_token=1 response_id: [0, 0, 2, 42, 3, 5, 1, 0, 0] eos_mask: [1, 1,
verl/utils/torch_functional.py:150
↓ 6 callersFunctionrepeat_kv This is the equivalent of torch.repeat_interleave(x, dim=1, repeats=n_rep). The hidden states go from (batch, num_key_value_heads, seqlen, he
verl/models/qwen2/megatron/layers/parallel_attention.py:131