Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: utilityai/llama-cpp-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0b11397def91a97d6d5ec10a0cb6bc7ea23cab43
Choose a base ref
..
head repository: utilityai/llama-cpp-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ff7bddca400719a1a6f7362e5e7c45d28bc6d130
Choose a head ref
Showing with 10 additions and 9 deletions.
  1. +5 −5 Cargo.lock
  2. +1 −1 examples/embeddings/Cargo.toml
  3. +1 −1 examples/simple/Cargo.toml
  4. +1 −1 llama-cpp-2/Cargo.toml
  5. +2 −1 llama-cpp-sys-2/Cargo.toml
10 changes: 5 additions & 5 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.85"
version = "0.1.86"
edition = "2021"

[dependencies]
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.85"
version = "0.1.86"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2 changes: 1 addition & 1 deletion 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.85"
version = "0.1.86"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/utilityai/llama-cpp-rs"
3 changes: 2 additions & 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.85"
version = "0.1.86"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/utilityai/llama-cpp-rs"
@@ -35,6 +35,7 @@ include = [

"/llama.cpp/ggml/src/ggml-cpu/**/*",
"/llama.cpp/ggml/src/ggml-cuda/**/*",
"/llama.cpp/ggml/src/ggml-metal/**/*",
"/llama.cpp/ggml/src/ggml-vulkan/**/*",

"/llama.cpp/ggml/src/llamafile/sgemm.h",