File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " bpe-openai"
3- version = " 0.0.1 "
3+ version = " 0.1.0 "
44edition = " 2021"
55description = " Prebuilt fast byte-pair encoders for OpenAI."
66repository = " https://github.com/github/rust-gems"
@@ -13,12 +13,12 @@ crate-type = ["lib", "staticlib"]
1313bench = false
1414
1515[dependencies ]
16- bpe = { version = " 0.0.1 " , path = " ../bpe" }
16+ bpe = { version = " 0.1.0 " , path = " ../bpe" }
1717rmp-serde = " 1"
1818serde = { version = " 1" }
1919
2020[build-dependencies ]
21- bpe = { version = " 0.0.1 " , path = " ../bpe" , features = [" tiktoken-rs" ] }
21+ bpe = { version = " 0.1.0 " , path = " ../bpe" , features = [" tiktoken-rs" ] }
2222rmp-serde = " 1"
2323tiktoken-rs = { version = " 0.5" }
2424serde = { version = " 1" }
Original file line number Diff line number Diff line change 11[package ]
22name = " bpe"
3- version = " 0.0.1 "
3+ version = " 0.1.0 "
44edition = " 2021"
55description = " Fast byte-pair encoding implementation."
66repository = " https://github.com/github/rust-gems"
You can’t perform that action at this time.
0 commit comments