Skip to content

Commit b2e7e9c

Browse files
authored
Merge pull request #419 from utilityai/version-bump-0.1.64
Bumped version to 0.1.64
2 parents 146730c + 06de2e2 commit b2e7e9c

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

embeddings/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "embeddings"
3-
version = "0.1.63"
3+
version = "0.1.64"
44
edition = "2021"
55

66
[dependencies]
7-
llama-cpp-2 = { path = "../llama-cpp-2", version = "0.1.63" }
7+
llama-cpp-2 = { path = "../llama-cpp-2", version = "0.1.64" }
88
hf-hub = { workspace = true }
99
clap = { workspace = true , features = ["derive"] }
1010
anyhow = { workspace = true }

llama-cpp-2/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "llama-cpp-2"
33
description = "llama.cpp bindings for Rust"
4-
version = "0.1.63"
4+
version = "0.1.64"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/utilityai/llama-cpp-rs"
@@ -10,7 +10,7 @@ repository = "https://github.com/utilityai/llama-cpp-rs"
1010

1111
[dependencies]
1212
enumflags2 = "0.7.10"
13-
llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.63" }
13+
llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.64" }
1414
thiserror = { workspace = true }
1515
tracing = { workspace = true }
1616

@@ -23,7 +23,7 @@ native = ["llama-cpp-sys-2/native"]
2323
sampler = []
2424

2525
[target.'cfg(all(target_os = "macos", any(target_arch = "aarch64", target_arch = "arm64")))'.dependencies]
26-
llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.63", features = [
26+
llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.64", features = [
2727
"metal",
2828
] }
2929

llama-cpp-sys-2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "llama-cpp-sys-2"
33
description = "Low Level Bindings to llama.cpp"
4-
version = "0.1.63"
4+
version = "0.1.64"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/utilityai/llama-cpp-rs"

simple/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "simple"
3-
version = "0.1.63"
3+
version = "0.1.64"
44
edition = "2021"
55

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.63" }
9+
llama-cpp-2 = { path = "../llama-cpp-2", version = "0.1.64" }
1010
hf-hub = { workspace = true }
1111
clap = { workspace = true , features = ["derive"] }
1212
anyhow = { workspace = true }

0 commit comments

Comments
 (0)