Skip to main content

Production-grade model quantization SDK for enterprise custom models (AWQ, GGUF, and CoreML)

Project description

Qwodel

PyPI Python 3.10+ License: Community Docs PyPI Downloads

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:

docs.qwodel.com/docs

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qwodel-1.4.0.tar.gz (213.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

qwodel-1.4.0-py3-none-any.whl (211.6 kB view details)

Uploaded Python 3

File details

Details for the file qwodel-1.4.0.tar.gz.

File metadata

  • Download URL: qwodel-1.4.0.tar.gz
  • Upload date:
  • Size: 213.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for qwodel-1.4.0.tar.gz
Algorithm Hash digest
SHA256 56312c985db6ff1c6c19dae4d6d334a56e7e3c64ccdf0a5e56c38fcdee5eee81
MD5 c6d6d8e21af0b6708473ccc43da96d98
BLAKE2b-256 7d2e2e138799789794be2fe0ab5a9e3dd47acabdc47a73375b437970768b9534

See more details on using hashes here.

File details

Details for the file qwodel-1.4.0-py3-none-any.whl.

File metadata

  • Download URL: qwodel-1.4.0-py3-none-any.whl
  • Upload date:
  • Size: 211.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for qwodel-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5c26a2f9795b509871a7e7f7dcc1eef394900a2ea7e306965883cb9d4d51bc1d
MD5 bf24a36867ddd3755c8f9364bbca7c8a
BLAKE2b-256 8271511e453eb3f256ace2d6725a14a3a2ea5a4e190d7d0595d015f60169ece3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page