Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Jul 20, 2024
1 parent db8b4da commit 6061c9c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
- It allows tiktoken to be used from a variety of programming languages.
- This library adds a simple API for C to [tiktoken-rs](https://github.com/zurawiki/tiktoken-rs).

## Build
## Installation

Download binaries from [GitHub Releases](https://github.com/kojix2/tiktoken-c/releases).

From source code:

```sh
git clone https://github.com/kojix2/tiktoken-c
Expand Down Expand Up @@ -74,9 +78,9 @@ char *c_corebpe_decode(CoreBPE *ptr, const size_t *tokens, size_t num_tokens);
## Language Bindings
|Language|Bindings|
|---|---|
|Crystal|[tiktoken-cr](https://github.com/kojix2/tiktoken-cr)|
| Language | Bindings |
| -------- | ---------------------------------------------------- |
| Crystal | [tiktoken-cr](https://github.com/kojix2/tiktoken-cr) |
## Development
Expand Down

0 comments on commit 6061c9c

Please sign in to comment.