@lenml/tokenizer-deepseek_v3
Advanced tools
+1
-1
| { | ||
| "name": "@lenml/tokenizer-deepseek_v3", | ||
| "version": "3.4.1", | ||
| "version": "3.4.2", | ||
| "description": "deepseek_v3 tokenizer for NodeJS/Browser", | ||
@@ -5,0 +5,0 @@ "source": "src/main.ts", |
+2
-2
@@ -6,5 +6,5 @@ import type { NSTokenizerConfig, NSTokenizerJSON } from "@lenml/tokenizers"; | ||
| const tokenizerJSON = rawTokenizerJSON as NSTokenizerJSON.Root; | ||
| const tokenizerConfig = rawTokenizerConfig as NSTokenizerConfig.Root; | ||
| const tokenizerJSON = rawTokenizerJSON as unknown as NSTokenizerJSON.Root; | ||
| const tokenizerConfig = rawTokenizerConfig as unknown as NSTokenizerConfig.Root; | ||
| export { tokenizerJSON, tokenizerConfig }; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
60340449
00
-100%