File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " embeddings"
3
- version = " 0.1.55 "
3
+ version = " 0.1.56 "
4
4
edition = " 2021"
5
5
6
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
7
8
8
[dependencies ]
9
- llama-cpp-2 = { path = " ../llama-cpp-2" , version = " 0.1.55 " }
9
+ llama-cpp-2 = { path = " ../llama-cpp-2" , version = " 0.1.56 " }
10
10
hf-hub = { workspace = true }
11
11
clap = { workspace = true , features = [" derive" ] }
12
12
anyhow = { workspace = true }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " llama-cpp-2"
3
3
description = " llama.cpp bindings for Rust"
4
- version = " 0.1.55 "
4
+ version = " 0.1.56 "
5
5
edition = " 2021"
6
6
license = " MIT OR Apache-2.0"
7
7
repository = " https://github.com/utilityai/llama-cpp-rs"
8
8
9
9
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10
10
11
11
[dependencies ]
12
- llama-cpp-sys-2 = { path = " ../llama-cpp-sys-2" , version = " 0.1.55 " }
12
+ llama-cpp-sys-2 = { path = " ../llama-cpp-sys-2" , version = " 0.1.56 " }
13
13
thiserror = { workspace = true }
14
14
tracing = { workspace = true }
15
15
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " llama-cpp-sys-2"
3
3
description = " Low Level Bindings to llama.cpp"
4
- version = " 0.1.55 "
4
+ version = " 0.1.56 "
5
5
edition = " 2021"
6
6
license = " MIT OR Apache-2.0"
7
7
repository = " https://github.com/utilityai/llama-cpp-rs"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " simple"
3
- version = " 0.1.55 "
3
+ version = " 0.1.56 "
4
4
edition = " 2021"
5
5
6
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
7
8
8
[dependencies ]
9
- llama-cpp-2 = { path = " ../llama-cpp-2" , version = " 0.1.55 " }
9
+ llama-cpp-2 = { path = " ../llama-cpp-2" , version = " 0.1.56 " }
10
10
hf-hub = { workspace = true }
11
11
clap = { workspace = true , features = [" derive" ] }
12
12
anyhow = { workspace = true }
You can’t perform that action at this time.
0 commit comments