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 1
1
[package ]
2
2
name = " bpe-openai"
3
- version = " 0.1.1 "
3
+ version = " 0.2.0 "
4
4
edition = " 2021"
5
5
description = " Prebuilt fast byte-pair encoders for OpenAI."
6
6
repository = " https://github.com/github/rust-gems"
@@ -13,18 +13,18 @@ crate-type = ["lib", "staticlib"]
13
13
bench = false
14
14
15
15
[dependencies ]
16
- bpe = { version = " 0.1 .0" , path = " ../bpe" }
16
+ bpe = { version = " 0.2 .0" , path = " ../bpe" }
17
17
either = " 1.13"
18
18
regex-automata = " 0.4"
19
19
rmp-serde = " 1"
20
20
21
21
[dev-dependencies ]
22
- bpe = { version = " 0.1 .0" , path = " ../bpe" , features = [" rand" ] }
22
+ bpe = { version = " 0.2 .0" , path = " ../bpe" , features = [" rand" ] }
23
23
tiktoken-rs = " 0.6"
24
24
25
25
[build-dependencies ]
26
26
base64 = " 0.22.1"
27
- bpe = { version = " 0.1 .0" , path = " ../bpe" , features = [" tiktoken" ] }
27
+ bpe = { version = " 0.2 .0" , path = " ../bpe" , features = [" tiktoken" ] }
28
28
flate2 = " 1.0"
29
29
rmp-serde = " 1"
30
30
serde = " 1"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bpe"
3
- version = " 0.1 .0"
3
+ version = " 0.2 .0"
4
4
edition = " 2021"
5
5
description = " Fast byte-pair encoding implementation."
6
6
repository = " https://github.com/github/rust-gems"
You can’t perform that action at this time.
0 commit comments