Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/embeddings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "embeddings"
version = "0.1.124"
version = "0.1.125"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion examples/simple/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simple"
version = "0.1.124"
version = "0.1.125"
edition = "2021"
publish = false

Expand Down
6 changes: 3 additions & 3 deletions llama-cpp-2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "llama-cpp-2"
description = "llama.cpp bindings for Rust"
version = "0.1.124"
version = "0.1.125"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/utilityai/llama-cpp-rs"
Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/utilityai/llama-cpp-rs"

[dependencies]
enumflags2 = "0.7.12"
llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.124" }
llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.125" }
thiserror = { workspace = true }
tracing = { workspace = true }
tracing-core = { workspace = true }
Expand All @@ -35,7 +35,7 @@ mtmd = ["llama-cpp-sys-2/mtmd"]


[target.'cfg(all(target_os = "macos", any(target_arch = "aarch64", target_arch = "arm64")))'.dependencies]
llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.124", features = [
llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.125", features = [
"metal",
] }

Expand Down
2 changes: 1 addition & 1 deletion llama-cpp-sys-2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "llama-cpp-sys-2"
description = "Low Level Bindings to llama.cpp"
version = "0.1.124"
version = "0.1.125"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/utilityai/llama-cpp-rs"
Expand Down