Live data from Hacker News

A guide to open-source LLM inference and performance

baseten.co

1–10 of 16 posts

Re: A guide to open-source LLM inference and performance

#8
post #6

That’s really detailed explanation. Can we do something like this for M1 ultra/M2 ultra/M3 max with large RAM ?

Absolutely. Looks like the M1 Ultra has 800GB/s of memory bandwidth and ~20 TFLOPS of compute.

The same calculations from the post should hold, except with these new values.

Re: A guide to open-source LLM inference and performance

#10

Thanks a lot for the material Varun, neat presentation with exhaustive computations that make it easy to follow. Question on the serving part: vLLM, Deepspeed, TensorRT-LLM... ? Thanks!

Thanks!

vLLM for quick set up, TRT-LLM for best performance. Both available on https://baseten.co/.

Post reply on HN