Skip to content

Commit

Permalink
Merge pull request #67 from shubham0204/master
Browse files Browse the repository at this point in the history
add `gnp/minbpe-rs` as community extensions in `README.md`
  • Loading branch information
karpathy authored Apr 22, 2024
2 parents 2963f82 + 45a0c2f commit 1acefe8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ $ pytest -v .

to run the tests. (-v is verbose, slightly prettier).

## community extensions

* [gnp/minbpe-rs](https://github.com/gnp/minbpe-rs): A Rust implementation of `minbpe` providing (near) one-to-one correspondence with the Python version

## exercise

For those trying to study BPE, here is the advised progression exercise for how you can build your own minbpe step by step. See [exercise.md](exercise.md).
Expand Down

0 comments on commit 1acefe8

Please sign in to comment.