[package]
edition = "2021"
name = "ferrox-quant"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Quantized weight formats and fused dequant kernels for Ferrox"
homepage = "https://github.com/antonellof/ferrox"
readme = "README.md"
keywords = [
"quantization",
"llm",
"simd",
"gguf",
"ferrox",
]
categories = [
"algorithms",
"encoding",
]
license = "Apache-2.0"
repository = "https://github.com/antonellof/ferrox"
[lib]
name = "ferrox_quant"
path = "src/lib.rs"
[dependencies.half]
version = "2"
[dependencies.thiserror]
version = "1"