Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix internvl
  • Loading branch information
ngxson committed Dec 10, 2025
commit ea005d67816fbe9dd5e8313523fd01037751c4a6
2 changes: 1 addition & 1 deletion tools/mtmd/clip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ struct clip_graph {
cur = build_ffn(cur,
model.mm_1_w, model.mm_1_b,
nullptr, nullptr,
model.mm_2_w, model.mm_2_b,
model.mm_3_w, model.mm_3_b,
FFN_GELU,
-1);
}
Expand Down
Loading