LLM inference optimization
Most serving stacks leave a large share of the GPU idle and pay for it by the hour. We work the serving layer end to end, tuning batching policy, KV cache layout and reuse, speculative decoding and quantization until tokens per second per GPU stops being the thing holding you back.
Where that landsvLLM · TensorRT-LLM · SGLang · continuous & chunked-prefill batching · paged KV cache · prefix caching · speculative decoding · FP8 / INT8 / AWQ