File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 5555 with :
5656 file : test-build.Dockerfile
5757 target : base-cuda
58- platforms : ${{ matrix.target }}
58+ platforms : ${{ matrix.target }}
59+ mac :
60+ name : Check that it builds on mac
61+ runs-on : macos-latest
62+ steps :
63+ - name : checkout
64+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
65+ with :
66+ submodules : recursive
67+ - name : Setup Rust
68+ uses : dtolnay/rust-toolchain@stable
69+ - name : Build
70+ run : cargo build
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.22 "
4+ version = " 0.1.25 "
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.22 " }
12+ llama-cpp-sys-2 = { path = " ../llama-cpp-sys-2" , version = " 0.1.25 " }
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.22 "
4+ version = " 0.1.25 "
55edition = " 2021"
66license = " MIT OR Apache-2.0"
77repository = " https://github.com/utilityai/llama-cpp-rs"
You can’t perform that action at this time.
0 commit comments