• @[email protected]
    link
    fedilink
    English
    6
    edit-2
    19 hours ago

    This is true. But VLLM’s quantization support (as outlined in the article) is quite primitive.

    Thats not what its built for. Its made for maximum speed with many concurrent users, not cramming LLMs into a desktop rig.

    If you are running an LLM for personal use, you are usually better off with a backend optimized for higher fidelity quantization, like MLX DWQs, exl3, ik llama GGUFs and stuff like that.

    If you want raw speed on a desktop, use one of the ninfer project branches.