Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# ggus

[![CI](https://github.com/InfiniTensor/gguf/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/InfiniTensor/gguf/actions)
[![Latest version](https://img.shields.io/crates/v/ggus.svg)](https://crates.io/crates/ggus)
[![Documentation](https://docs.rs/ggus/badge.svg)](https://docs.rs/ggus)
[![license](https://img.shields.io/github/license/InfiniTensor/gguf)](https://mit-license.org/)

GGUF in Rust🦀.

See the [specification](https://github.com/ggerganov/ggml/blob/master/docs/gguf.md) for details.

There is an [example usage](https://github.com/InfiniTensor/gguf/blob/main/xtask/src/show.rs) to print the contents of GGUF files.