llama-server 0.1.1

Download, embed, and run llama.cpp in your Rust projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
<div align="center">

# llama-server

[![Documentation](https://docs.rs/llama-server/badge.svg)](https://docs.rs/llama-server)
[![Crates.io](https://img.shields.io/crates/v/llama-server.svg)](https://crates.io/crates/llama-server)
[![License](https://img.shields.io/crates/l/llama-server.svg)](https://github.com/hecrj/llama-server/blob/master/LICENSE)
[![Downloads](https://img.shields.io/crates/d/llama-server.svg)](https://crates.io/crates/llama-server)
[![Test Status](https://img.shields.io/github/actions/workflow/status/hecrj/llama-server/test.yml?branch=master&event=push&label=test)](https://github.com/hecrj/llama-server/actions)

Download, embed, and run llama.cpp in your Rust projects.

</div>