Merge branch 'ml-explore:main' into adding-support-for-mamba2

This commit is contained in:
Gökdeniz Gülmez
2025-01-21 10:57:21 +01:00
committed by GitHub
6 changed files with 267 additions and 5 deletions

View File

@@ -100,6 +100,7 @@ def linear_to_lora_layers(
"minicpm",
"deepseek",
"olmo2",
"internlm3",
]:
keys = set(["self_attn.q_proj", "self_attn.v_proj"])
if model.model_type in ["mixtral", "phimoe"]: