WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Mainframework/Quanta

Repository files navigation

Quanta

Convert and quantize llm models

This is an app for windows which allows power users to work with .safetensors models.

Screenshot 2025-11-21 114116

It convert models in FP16 or FP32 quite fast It includes many type of quantization from: q4_k_m,q5_k_m,q6_k,q8_0, F16, BF16, F32, IQ4_NL...

Requirements: Transformers, Torch, Sentencepiece.

In cmd or powershell do: python -m pip install transformers python -m pip install torch python -m pip install sentencepiece