Skip to content

Commit

Permalink
⚡ upgrade to @1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzLuke96 committed Mar 11, 2024
1 parent 47a6941 commit 9305da4
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 96 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# llama-tokenizer-playground

check out github pages.
here is demo for [llama2-tokenizer.js package](https://github.com/lenML/llama2-tokenizer.js)

deploy on [github pages](https://lenml.github.io/llama-tokenizer-playground/)

# TODOs
- [ ] tokenizer comparer
- [ ] dark theme
- [ ] fix react-highlight-within-textarea `text style` (when paste) issue
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"private": true,
"homepage": ".",
"dependencies": {
"@lenml/llama2-tokenizer": "^1.0.1",
"@lenml/llama2-tokenizer": "^1.1.2",
"@lenml/llama2-tokenizer-vocab-llama2": "^1.1.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
Expand All @@ -24,6 +25,7 @@
},
"scripts": {
"start": "react-scripts start",
"dev": "pnpm run start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand Down
Loading

0 comments on commit 9305da4

Please sign in to comment.