↓ 2 callersMethod__init__(self, normalized_shape, eps=1e-05, weight=True, dtype=None, device=None)
llava/model/language_model/mpt/norm.py:61
↓ 2 callersFunction_bwd_kernel_one_col_block(
start_n,
Q,
K,
V,
Bias,
DO,
DQ,
DK,
DV,
LSE,
D,
softmax_scal
llava/model/language_model/mpt/flash_attn_triton.py:298
↓ 2 callersFunction_bwd_store_dk_dv(
dk_ptrs,
dv_ptrs,
dk,
dv,
offs_n,
offs_d,
seqlen_k,
headdim,
EVEN_M: tl.
llava/model/language_model/mpt/flash_attn_triton.py:269
↓ 2 callersMethod_copy_lm_head_original_to_resized(
self, new_lm_head, old_lm_head, num_tokens_to_copy, transposed, has_new_lm_head_bias
)
llava/train/transformers_replace/modeling_utils.py:1956
↓ 2 callersFunctionbuild_prompt_chatbot(
problems, shot_qids, prompt_format, use_caption=False, options=["A", "B", "C", "D", "E"], is_test=False
scripts/convert_sqa_to_llava_base_prompt.py:237
↓ 2 callersFunctioncreate_data_loader(
loaded_data, image_folder, tokenizer, image_processor, model_config, conv_mode, batch_size=1, num_worker
llava/eval/model_refcoco.py:173
↓ 2 callersFunctioncreate_one_example(format, question, context, choice, answer, lecture, solution, test_example=True)
scripts/convert_sqa_to_llava_base_prompt.py:123
↓ 2 callersFunctioncreate_one_example_gpt4(format, question, context, choice, answer, lecture, solution, test_example=True)
scripts/convert_sqa_to_llava_base_prompt.py:178
↓ 2 callersFunctionget_model_output(
model,
image_processor,
tokenizer,
video_path,
qs,
conv_mode="vicuna_v1",
num_vi
llava/eval/video_mme/video_eval.py:55