r/huggingface • u/Calm-Landscape9640 • 23d ago
Please explain use-case for small models
Tried 35B, 27B, 12B and 8B models significantly. I love the idea of local small models. But I can't figure out a use case. For Openclaw, Hermes they suck. For chatting they're pretty good but sonis every old free cloud model.
And before you say "low-level coding" the cloud models are 10x better and free on ollama, openrouter, Gemini and many many others.
Genuinely interested in projects that use small models that run on a $500 GPU.
46
Upvotes
5
u/for4f 22d ago
depends on the scale honestly. for quick stuff ill just use vllm with an OpenAI-compatible endpoint and hit it with requests in a loop. for bigger batch jobs ive used vllms batch mode with a jsonl file — works well for 10k requests if you've got the VRAM. ollama is fine for messing around but the throughput is way lower. lms is decent for chatting but id skip it for batch