mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-26 15:15:16 +02:00
add missing title, set max tts length to 1024, updated lite (+2 squashed commit)
Squashed commit: [0737a028] add missing title [a42328b0] add max tts length 1024
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
void dia_model::assign_weight(std::string name, struct ggml_tensor * tensor) {
|
||||
std::vector<std::string> parts = split(name, ".");
|
||||
// GGML_LOG("\nassign_weight %s\n",name.c_str());
|
||||
if(name=="GGUF tensor data binary blob") //patch for gguf, idk why this tensor exists
|
||||
{
|
||||
return;
|
||||
}
|
||||
TTS_ASSERT(parts.size() >= 3);
|
||||
|
||||
if (parts[1] == "encoder") {
|
||||
|
||||
Reference in New Issue
Block a user