add paddleocr-vl

This commit is contained in:
jhqxxx
2025-12-09 00:41:30 +08:00
parent aef4d7d34d
commit 4228616058
19 changed files with 1498 additions and 83 deletions
+2
View File
@@ -108,7 +108,9 @@ impl MiniCPMDecoderLayer {
cfg.hidden_size,
cfg.num_attention_heads,
cfg.num_key_value_heads,
None,
false,
None,
)?;
let mlp = GateUpDownMLP::new(
vb.pp("mlp"),