Production-grade model quantization SDK for enterprise custom models (AWQ, GGUF, and CoreML)
Project description
Qwodel
Production-grade model quantization SDK for AWQ, GGUF, and CoreML.
Installation
# Pick the backend you need
pip install qwodel[gguf] # CPU quantization
pip install qwodel[awq] # GPU quantization (requires CUDA)
pip install qwodel[coreml] # Apple devices
pip install qwodel[all] # Everything
Quick Example
from qwodel import Quantizer
output = Quantizer(
backend="gguf",
model_path="meta-llama/Llama-2-7b-hf",
output_dir="./quantized"
).quantize(format="Q4_K_M")
print(f"Saved to: {output}")
Documentation
Full documentation — guides, API reference, CLI reference, and examples — is at:
Contributing
See CONTRIBUTING.md.
License
Qwodel Community License v1.0 — see LICENSE.
Acknowledgments
Built on top of llama.cpp, llm-compressor, and CoreMLTools.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qwodel-1.3.0.tar.gz.
File metadata
- Download URL: qwodel-1.3.0.tar.gz
- Upload date:
- Size: 210.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6aa4ff6f1c89943897a67d61c607b785c5982ffa69cf46e995342cb13d52de3
|
|
| MD5 |
04d395ee30dcfaeb22d3b762520cd3ed
|
|
| BLAKE2b-256 |
6e244acbfb593d254edacec509589e0ace8bcfd0e550aeaaac0d43ba89177412
|
File details
Details for the file qwodel-1.3.0-py3-none-any.whl.
File metadata
- Download URL: qwodel-1.3.0-py3-none-any.whl
- Upload date:
- Size: 209.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b26af9ea91212a2cf3ded647608b3c684168f1eefefcbf38ef07703f5032675
|
|
| MD5 |
e5940d323367881d62b8458a3ecf3cd7
|
|
| BLAKE2b-256 |
6295d404755e1f63c100c9a5d6842580ccddc2df99b54328abb9d8e89fc59e6a
|