Crates.io | moz_genai |
lib.rs | moz_genai |
version | 0.2.0 |
source | src |
created_at | 2023-11-29 14:19:21.510551 |
updated_at | 2023-11-30 09:36:50.385961 |
description | Inference toolkit |
homepage | |
repository | |
max_upload_size | |
id | 1053152 |
size | 52,967 |
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