File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77
88[dependencies ]
9- llama-cpp-2 = { path = " ../llama-cpp-2" , version = " 0.1.36 " }
9+ llama-cpp-2 = { path = " ../llama-cpp-2" , version = " 0.1.37 " }
1010hf-hub = { workspace = true }
1111clap = { workspace = true , features = [" derive" ] }
1212anyhow = { workspace = true }
Original file line number Diff line number Diff line change 11[package ]
22name = " llama-cpp-2"
33description = " llama.cpp bindings for Rust"
4- version = " 0.1.36 "
4+ version = " 0.1.37 "
55edition = " 2021"
66license = " MIT OR Apache-2.0"
77repository = " https://github.com/utilityai/llama-cpp-rs"
88
99# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010
1111[dependencies ]
12- llama-cpp-sys-2 = { path = " ../llama-cpp-sys-2" , version = " 0.1.36 " }
12+ llama-cpp-sys-2 = { path = " ../llama-cpp-sys-2" , version = " 0.1.37 " }
1313thiserror = { workspace = true }
1414tracing = { workspace = true }
1515
Original file line number Diff line number Diff line change 11[package ]
22name = " llama-cpp-sys-2"
33description = " Low Level Bindings to llama.cpp"
4- version = " 0.1.36 "
4+ version = " 0.1.37 "
55edition = " 2021"
66license = " MIT OR Apache-2.0"
77repository = " https://github.com/utilityai/llama-cpp-rs"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77
88[dependencies ]
9- llama-cpp-2 = { path = " ../llama-cpp-2" , version = " 0.1.36 " }
9+ llama-cpp-2 = { path = " ../llama-cpp-2" , version = " 0.1.37 " }
1010hf-hub = { workspace = true }
1111clap = { workspace = true , features = [" derive" ] }
1212anyhow = { workspace = true }
You can’t perform that action at this time.
0 commit comments