Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 authored Dec 22, 2023
1 parent a1cdb50 commit 85f7718
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ char *c_corebpe_decode(CoreBPE *ptr, const size_t *tokens, size_t num_tokens);
## Development
The code for this project was created by fully utilizing ChatGPT and GitHub Copilot.
Run tests
```
Expand All @@ -100,6 +102,6 @@ cbindgen does not support opaque pointers and must be added.
perl -i -pe '$i ||= /#include/; $_ = "\ntypedef void CoreBPE;\n" if $i && /^$/ && !$f++; $i = 0 if /^$/ && $f' tiktoken.h
```
# License
## License
MIT

0 comments on commit 85f7718

Please sign in to comment.