Merge pull request #3333 from kallewoof/202501-deepseek-fix fix: corrects the preset name and adds deepseek v2.5 hash.
Signed| @@ -61,9 +61,14 @@ const hash_derivations = { | |||
| 61 | 'Tulu' | 61 | 'Tulu' |
| 62 | , | 62 | , |
| 63 | 63 | ||
| 64 | // DeepSeek V2.5 | ||
| 65 | '54d400beedcd17f464e10063e0577f6f798fa896266a912d8a366f8a2fcc0bca': | ||
| 66 | 'DeepSeek-V2.5' | ||
| 67 | , | ||
| 68 | |||
| 64 | // DeepSeek R1 | 69 | // DeepSeek R1 |
| 65 | 'b6835114b7303ddd78919a82e4d9f7d8c26ed0d7dfc36beeb12d524f6144eab1': | 70 | 'b6835114b7303ddd78919a82e4d9f7d8c26ed0d7dfc36beeb12d524f6144eab1': |
| 66 | 'DeepSeek-R1' | 71 | 'DeepSeek-V2.5' |
| 67 | }; | 72 | }; |
| 68 | 73 | ||
| 69 | const substr_derivations = { | 74 | const substr_derivations = { |