fix: preserve "token_refiner" token for MiniMax H3 LoRAs (#1864)

This commit is contained in:
stduhpf
2026-08-11 22:57:05 +08:00
committed by GitHub
parent c6beeef355
commit b4f1fd6d7f
+1
View File
@@ -1199,6 +1199,7 @@ std::string convert_sep_to_dot(std::string name) {
"x_embedder",
"cross_attn",
"output_proj",
"token_refiner",
};
// record the positions of underscores that should NOT be replaced