Hacker News
Show HN: Shoehorn – Quantize any model down to run on your machine
69 points by rhgraysonii
ago
|
17 comments
Working on Mac, Linux, and Windows now. I include a simple GUI to find new models and get things built and set up. It is working quite well across a few models for me. The GitHub README and DESIGN.md files go into detail of the how/why and it's working remarkably well so far. https://github.com/notactuallytreyanastasio/shoehorn
puttycat
|next
[-]
This is really impressive. Can you say a bit about the underlying process? I'm guessing this is post-training qantization? Isn't PTQ also resource-intensive? (Ie might not work on any machine)
akshay_akula
|next
|previous
[-]
This is interesting. I wonder how it could work with something like https://github.com/JustVugg/colibri.
jedbrooke
|next
|previous
[-]
I gotta laugh at some of the models it suggests, for example:
> AnkitAI/Parable-Qwen3-4B-Claude-Fable-5-GGUF
you’re telling me you managed to fit Fable 5 into just 4B?
chompychop
|root
|parent
[-]
I gotta laugh at your thought process: knowing Fable 5 is a large frontier model, you're telling me that the first thing that came to your mind on seeing that model name is that it's a quantized version of Fable? As opposed to a distillation/fine-tuning on Fable responses?
mbuchel-hn
|next
|previous
[-]
does this work similar to airllm? i am wondering how it would handle something like quantizing kimi k3 on a budget of 8 gbs, or is that something you are not attempting to solve yet?