mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 17:25:07 +02:00
move embeds into their own dir, detach sd vocab into separate files
This commit is contained in:
@@ -804,7 +804,7 @@ static std::unordered_map<std::string, std::string> kokoro_ipa_map;
|
||||
void populate_kokoro_ipa_map(std::string executable_path)
|
||||
{
|
||||
std::string line;
|
||||
auto filepath = executable_path + "kokoro_ipa.embd";
|
||||
auto filepath = executable_path + "embd_res/kokoro_ipa.embd";
|
||||
printf("\nReading Kokoro IPA from %s",filepath.c_str());
|
||||
std::ifstream myfile(filepath);
|
||||
if (myfile.is_open())
|
||||
|
||||
Reference in New Issue
Block a user