Fix typo in file name

This commit is contained in:
Cohee
2024-11-23 17:30:50 +02:00
parent eccd1ab381
commit b9cc763d51
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ const hash_derivations = {
const substr_derivations = {
'<|im_start|>': 'ChatML', // qwen2.5, ...
}
};
const parse_derivation = derivation => (typeof derivation === 'string') ? {
'context': derivation,