gguf-utils 0.0.2

Utilities for handling gguf files
[[bin]]
name = "gguf-utils"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.ggus]
version = "0.4"

[dependencies.indexmap]
version = "2.7"

[dependencies.itertools]
version = "0.13"

[dependencies.log]
version = "0.4"

[dependencies.mem-rearrange]
version = "0.0"

[dependencies.memmap2]
version = "0.9"

[dependencies.regex]
version = "1.11"

[dependencies.simple_logger]
version = "5.0"

[dependencies.time]
version = "0.3"

[package]
authors = ["YdrMaster <ydrml@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Utilities for handling gguf files"
documentation = "https://docs.rs/gguf-utils"
edition = "2021"
keywords = ["gguf", "ggml", "llama-cpp"]
license = "MIT"
name = "gguf-utils"
readme = "README.md"
repository = "https://github.com/InfiniTensor/gguf"
version = "0.0.2"