↓ 1 callersFunctionsmall_param_init_fn_(
module: nn.Module,
n_layers: int,
d_model: int,
init_div_is_residual: Union[int, float, str,
model/llava/model/language_model/mpt/param_init_fns.py:223
Method__init__(
self, normalized_shape, eps=1e-05, weight=True, dtype=None, device=None
)
model/llava/model/language_model/mpt/norm.py:79
Function_bwd_kernel(
Q,
K,
V,
Bias,
DO,
DQ,
DK,
DV,
LSE,
D,
softmax_scale,
stride
model/llava/model/language_model/mpt/flash_attn_triton.py:609
Function_bwd_preprocess_do_o_dot(
Out,
DO,
Delta,
stride_ob,
stride_oh,
stride_om,
stride_dob,
stride_doh,
model/llava/model/language_model/mpt/flash_attn_triton.py:271
Function_fwd_kernel(
Q,
K,
V,
Bias,
Out,
Lse,
TMP,
softmax_scale,
stride_qb,
stride_qh,
model/llava/model/language_model/mpt/flash_attn_triton.py:59