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

This commit is contained in:
stduhpf 2026-08-11 16:57:05 +02:00 committed by GitHub
parent c6beeef355
commit b4f1fd6d7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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