sipp-sys 0.1.0

Native llama.cpp FFI layer for Sipp
1
2
3
4
5
6
7
8
9
10
11
12
mod cmake;
mod context;
mod cxx;
mod ide;
mod link;
mod pipeline;
mod targets;
mod util;

pub(crate) fn run() {
    pipeline::run();
}