clip : fix whitespace
This commit is contained in:
parent
d80d415518
commit
fab912f56c
1 changed files with 1 additions and 1 deletions
|
@ -1203,7 +1203,7 @@ struct clip_ctx * clip_model_load(const char * fname, const int verbosity = 1) {
|
||||||
vision_model.mm_model_block_2_block_2_0_w = get_tensor(new_clip->ctx_data, format(TN_MVLM_PROJ_BLOCK, 2, 2, "0.weight"));
|
vision_model.mm_model_block_2_block_2_0_w = get_tensor(new_clip->ctx_data, format(TN_MVLM_PROJ_BLOCK, 2, 2, "0.weight"));
|
||||||
vision_model.mm_model_block_2_block_2_1_w = get_tensor(new_clip->ctx_data, format(TN_MVLM_PROJ_BLOCK, 2, 2, "1.weight"));
|
vision_model.mm_model_block_2_block_2_1_w = get_tensor(new_clip->ctx_data, format(TN_MVLM_PROJ_BLOCK, 2, 2, "1.weight"));
|
||||||
vision_model.mm_model_block_2_block_2_1_b = get_tensor(new_clip->ctx_data, format(TN_MVLM_PROJ_BLOCK, 2, 2, "1.bias"));
|
vision_model.mm_model_block_2_block_2_1_b = get_tensor(new_clip->ctx_data, format(TN_MVLM_PROJ_BLOCK, 2, 2, "1.bias"));
|
||||||
}
|
}
|
||||||
else if (new_clip->proj_type == PROJECTOR_TYPE_LDPV2)
|
else if (new_clip->proj_type == PROJECTOR_TYPE_LDPV2)
|
||||||
{
|
{
|
||||||
// MobilVLM_V2 projection
|
// MobilVLM_V2 projection
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue