File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " bpe-openai"
3- version = " 0.1.1 "
3+ version = " 0.2.0 "
44edition = " 2021"
55description = " Prebuilt fast byte-pair encoders for OpenAI."
66repository = " https://github.com/github/rust-gems"
@@ -13,18 +13,18 @@ crate-type = ["lib", "staticlib"]
1313bench = false
1414
1515[dependencies ]
16- bpe = { version = " 0.1 .0" , path = " ../bpe" }
16+ bpe = { version = " 0.2 .0" , path = " ../bpe" }
1717either = " 1.13"
1818regex-automata = " 0.4"
1919rmp-serde = " 1"
2020
2121[dev-dependencies ]
22- bpe = { version = " 0.1 .0" , path = " ../bpe" , features = [" rand" ] }
22+ bpe = { version = " 0.2 .0" , path = " ../bpe" , features = [" rand" ] }
2323tiktoken-rs = " 0.6"
2424
2525[build-dependencies ]
2626base64 = " 0.22.1"
27- bpe = { version = " 0.1 .0" , path = " ../bpe" , features = [" tiktoken" ] }
27+ bpe = { version = " 0.2 .0" , path = " ../bpe" , features = [" tiktoken" ] }
2828flate2 = " 1.0"
2929rmp-serde = " 1"
3030serde = " 1"
Original file line number Diff line number Diff line change 11[package ]
22name = " bpe"
3- version = " 0.1 .0"
3+ version = " 0.2 .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