gpt4all 0.1.0

Rust bindings for GPT4All
1
2
3
4
5
6
7
8
9

pybind11_add_module(kp src/main.cpp)

include_directories(
        ${PROJECT_SOURCE_DIR}/include/)

target_link_libraries(
        kp PRIVATE
        kompute::kompute)