[package]
edition = "2021"
name = "polarquant"
version = "0.1.0"
authors = ["Prashanth <ujprashantms@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation for Walsh-Hadamard rotation + polar coordinate quantization for LLM weight and KV cache compression"
readme = false
keywords = [
"quantization",
"llm",
"hadamard",
"polar",
"compression",
]
categories = [
"science",
"compression",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/prashanth-up/polarquant"
[lib]
name = "polarquant"
path = "src/lib.rs"
[dependencies]