Skip to content

Commit b1e3739

Browse files
Typos
Co-authored-by: Timothy Clem <[email protected]>
1 parent d87b55e commit b1e3739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bpe-openai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Fast tokenizers for OpenAI token sets based on the [bpe](https://crates.io/crates/bpe) crate.
44
Serialized BPE instances are generated during build and lazily loaded at runtime as static values.
5-
The overhead of loading the tokenizers is small because it happens only once per proces and only requires deserialization (as opposed to actually building the internal datastructures).
5+
The overhead of loading the tokenizers is small because it happens only once per process and only requires deserialization (as opposed to actually building the internal data structures).
66
For convencience it re-exports the `bpe` crate so that depending on this crate is enough to use these tokenizers.
77

88
Supported token sets:

0 commit comments

Comments
 (0)