Skip to content

Commit

Permalink
feat: upgrade to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzLuke96 committed Oct 5, 2024
1 parent 5042776 commit 96db3e4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@lenml/tokenizers": "^1.0.5",
"@lenml/tokenizers": "^3.0.1",
"@quik-fe/stand": "^1.1.2",
"@types/draft-js": "^0.11.18",
"@types/styled-components": "^5.1.34",
Expand Down
21 changes: 11 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/TokenizersHub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import EventEmitter from "eventemitter3";

type PreTrainedTokenizer = tokenizers.PreTrainedTokenizer;

const package_version = "1.1.1";
const package_version = "3.0.1";
export const packages = [
"llama3_1",
"llama2",
Expand Down

0 comments on commit 96db3e4

Please sign in to comment.