File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " llama_cpp"
3
3
version = " 0.1.0"
4
+ description = " High-level bindings to llama.cpp with a focus on just being really, really easy to use"
4
5
edition = " 2021"
5
6
authors = [" Dakota Thompson <me@scriptis.net>" ]
6
7
repository = " https://github.com/binedge/llama_cpp-rs"
8
+ license = " MIT OR APACHE-2.0"
9
+ include = [" src/**/*" ]
10
+ readme = " ../../README.md"
7
11
publish = true
8
12
9
13
[dependencies ]
10
14
ctor = " 0.2.5"
11
15
flume = " 0.11.0"
12
- llama_cpp_sys = { path = " ../llama_cpp_sys" }
16
+ llama_cpp_sys = { version = " 0.1.0 " , path = " ../llama_cpp_sys" }
13
17
num_cpus = " 1.16.0"
14
18
thiserror = " 1.0.49"
15
19
tracing = " 0.1.39"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " llama_cpp_sys"
3
3
version = " 0.1.0"
4
+ description = " Automatically-generated bindings to llama.cpp's C API"
4
5
edition = " 2021"
5
6
authors = [" Dakota Thompson <me@scriptis.net>" ]
6
7
repository = " https://github.com/binedge/llama_cpp-rs"
8
+ license = " MIT OR APACHE-2.0"
9
+ include = [" src/**/*" ]
10
+ readme = " ../../README.md"
7
11
publish = true
8
12
9
13
[build-dependencies ]
Original file line number Diff line number Diff line change 56
56
ninja
57
57
cmake
58
58
gnumake
59
+ pkg-config
59
60
] ;
60
61
61
- devInputs = clangBuildInputs ++ nativeBuildInputs ++ [ pkgs . nixfmt ] ;
62
+ devInputs = clangBuildInputs ++ nativeBuildInputs ++ ( with pkgs ; [ nixfmt openssl ] ) ;
62
63
63
64
stdenv = pkgs . stdenv ;
64
65
lib = pkgs . lib ;
You can’t perform that action at this time.
0 commit comments