vecq-core 0.3.0

Training-free RHDH + Lloyd-Max 4-bit vector quantization with asymmetric scoring
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "vecq-core"
description = "Training-free RHDH + Lloyd-Max 4-bit vector quantization with asymmetric scoring"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
readme = "../../README.md"
exclude = ["benches"]

[dependencies]
# Intentionally zero dependencies for the core quantization path.

[dev-dependencies]
rand = { workspace = true }