mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-20 01:31:42 +02:00
Merge branch 'concedo_experimental' of https://github.com/LostRuins/koboldcpp into concedo_experimental
This commit is contained in:
@@ -253,6 +253,9 @@ std::string kcpp_fix_wrong_img_tensor_name(const std::string& name) //kcpp funct
|
||||
if (starts_with(name, "text_encoders.qwen25_7b.transformer.visual.")) {
|
||||
return "text_encoders.qwen2vl.visual." + name.substr(strlen("text_encoders.qwen25_7b.transformer.visual."));
|
||||
}
|
||||
if (starts_with(name, "text_encoders.umt5xxl.")) {
|
||||
return "text_encoders.t5xxl." + name.substr(strlen("text_encoders.umt5xxl."));
|
||||
}
|
||||
return name;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user