↓ 1 callersFunctioncreate_block(
d_model,
ssm_cfg=None,
norm_epsilon=1e-5,
rms_norm=False,
residual_in_fp32=False,
fu
based/models/mixers/mamba/modules/models/mixer_seq_simple.py:24
↓ 1 callersFunctioncreate_block(config, layer_idx=None, process_group=None, device=None, dtype=None, **kwargs)
train/src/models/gpt.py:370
↓ 1 callersFunctioncreate_mlp_cls(config, layer_idx=None, process_group=None, device=None, dtype=None, multiple_of=256)
based/models/transformer/gpt.py:123
↓ 1 callersFunctioncreate_mlp_cls(config, layer_idx=None, process_group=None, device=None, dtype=None, return_residual=False)
train/src/models/gpt.py:222
↓ 1 callersFunctiondisjoint_sets(
vocab_size: int,
num_examples: int,
short_length: int,
long_length: int,
seed: int,
synthetic/zoology/data/non_autoreg.py:109
↓ 1 callersFunctiondivideDivide the elements from *iterable* into *n* parts, maintaining order. >>> group_1, group_2 = divide([1, 2, 3, 4, 5, 6], 2) >>> l
lm-eval-harness/lm_eval/models/utils.py:264
↓ 1 callersFunctionexecute_config(
model: str,
task: str,
batch_size: int,
limit: int,
output_dir: str,
context_length:
lm-eval-harness/launch_hf.py:19
↓ 1 callersFunctionexecute_config(
model: str,
task: str,
batch_size: int,
limit: int,
output_dir: str,
num_fewshot: in
lm-eval-harness/launch_local.py:20
↓ 1 callersFunctionexecute_config(
model: str,
task: str,
batch_size: int,
limit: int,
output_dir: str,
num_fewshot: in
lm-eval-harness/launch.py:19
↓ 1 callersFunctionexecute_config(
model: str,
task: str,
batch_size: int,
limit: int,
output_dir: str,
num_fewshot: in
lm-eval-harness/launch_jrt.py:19
↓ 1 callersMethodgated_linear_attention(self, q, k, v, gk, normalizer=16, hidden_states=None)
synthetic/zoology/mixers/gla.py:59
↓ 1 callersMethodgenerate(
self,
input_ids,
max_length,
top_k=1,
top_p=0.0,
temperature
based/models/mixers/mamba/utils/generation.py:236