add LFM2.5-VL-1.6B|LFM2-VL-1.6B

This commit is contained in:
jhqxxx
2026-03-30 00:44:41 +08:00
parent b881dfcd8d
commit ea78da7834
27 changed files with 847 additions and 176 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ impl Lfm2DecoderLayer {
}
pub struct Lfm2Decoder {
embed_tokens: Embedding,
pub embed_tokens: Embedding,
layers: Vec<Lfm2DecoderLayer>,
// rotary_emb: RoPE,
pos_emb: RoPE,