llama-gguf 0.14.0

A high-performance Rust implementation of llama.cpp - LLM inference engine with full GGUF support
Documentation
1
2
3
4
5
6
7
//! ONNX protobuf types generated by prost-build
//!
//! This module re-exports the prost-generated types from the ONNX proto3 schema.

#![allow(clippy::doc_overindented_list_items, clippy::enum_variant_names)]

include!(concat!(env!("OUT_DIR"), "/onnx.rs"));