Rewritten minLogLevel feature

This commit is contained in:
Eradev
2025-01-15 10:02:32 -05:00
parent 78e67080c9
commit 1f9fa74786
44 changed files with 580 additions and 561 deletions

View File

@@ -59,6 +59,7 @@ const hash_derivations = {
// Tulu-3-8B
// Tulu-3-70B
'Tulu'
,
};
const substr_derivations = {
@@ -87,6 +88,6 @@ export async function deriveTemplatesFromChatTemplate(chat_template, hash) {
}
}
console.log(`Unknown chat template hash: ${hash} for [${chat_template}]`);
console.warn(`Unknown chat template hash: ${hash} for [${chat_template}]`);
return null;
}