justanotheratom 5 hours ago

Is Best-of-N Sampling standard practice these days in Inference? Sounds expensive on the face of it. I am surprised because I thought the trend was towards cheaper inference.

  • diwank 4 hours ago

    For reasoning models, this would actually improve exploration efficiency and hence possibly allow higher performance for the same compute budget. As in, if you want to sample from multiple rollouts for the same prompt, it's more efficient if the model is able to produce diverse thought directions and consider them to find the best response as opposed to going down similar trajectories and waste compute.

  • codelion 4 hours ago

    Not standard but one of several techniques, you can see them in our open source inference proxy - https://github.com/codelion/optillm

    Cerebras has used optillm for optimising inference with techniques like CePO and LongCePO.

  • peepeepoopoo114 4 hours ago

    Almost all of the efficiency gains have come from shedding bit precision, but the problem is that AI labs are now running out of bits to shed. The move to reduced precision inference has been masking the insane unsustainability of compute scaling as a model improvement paradigm.