2 unstable releases
0.2.0 | Nov 30, 2023 |
---|---|
0.1.0 | Nov 29, 2023 |
#8 in #summarize
20KB
440 lines
moz_genai
Rust library to perform inference using Candle, exposed through cbindgen
for C++ usage.
To build:
make build
To summarize the text from sandman.txt
using C++ (see cpp/main.cpp
):
make run
Dependencies
~22–35MB
~558K SLoC