Exploring the Latency/Throughput & Cost Space for LLM Inference // Timothée Lacroix // CTO Mistral

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 20

  • @iandanforth
    @iandanforth Рік тому +8

    There seems to be a mistake in the cost estimate at 21:53. It uses the price for the A10 but the throughput of the H100. I believe the actual cost estimate would be $48, not $15.

  • @evermorecurious91
    @evermorecurious91 11 місяців тому +3

    This is gold!!!

  • @mndflctzn
    @mndflctzn Рік тому +2

    This is awesome. Thanks for sharing super useful

  • @eduardoalvarez7152
    @eduardoalvarez7152 10 місяців тому +10

    The math around 6:50 for A100 batch size isn't working out. It would be great if the values used to calculate the 400 batch size were provided.
    Based on the equations provided for compute time and model load time, the point of intersection is Flops/(2*MemoryBand) NOT the (2*FLOPS)/MemoryBand which is in the video.

    • @TheAIEpiphany
      @TheAIEpiphany 6 місяців тому +1

      I believe it was just a piece of napkin math: in reality he didn't count in KV cache at all in the P / mem bandwidth line which is a function of sequence length. That seems like the biggest approximation error I see here?
      For the second line he discounted attention FLOPs and used just MLP FLOPs (the error of this approximation increases as the sequence grows, depends on the model size you're using e.g. for 7B model with a big sequence length, that term might actually be important).
      Additionally the peak flops is a function of the data type and the operation you're executing, he's assuming bf16/fp16 which is what Mistral 7B is using, that gives you ~312 TFLOPs/s for A100.
      All in all this is useful if you understand exactly the assumptions he's making.

    • @Venkat2811
      @Venkat2811 6 місяців тому

      @@TheAIEpiphany Yes, I was looking for KV cache as well. Your explanation makes sense.

  • @frank96997
    @frank96997 9 місяців тому

    Great talk! is there link to the slides for this talk?

  • @marvelfancollection3690
    @marvelfancollection3690 14 днів тому

    Guys do you have a sql ai inference model..I've been checking around but can seem to find any.

  • @boussouarsari4482
    @boussouarsari4482 9 місяців тому

    It's possible that I'm misunderstanding, but given our use of a significantly large key-value cache (2GB multiplied by the batch size), can we still assert that the memory bandwidth is solely influenced by the model's weights?

    • @yaxiongzhao6640
      @yaxiongzhao6640 4 місяці тому

      The KV cache's size is directly from the attention layer's size, which in turn is in proportional to model weights' total count
      So model weights still proportionally determines the kv cache size, thus the statement.

  • @Gerald-iz7mv
    @Gerald-iz7mv 8 місяців тому

    hi what benchmark he run to generate the plots? any open source github links?

  • @janilbolswong1953
    @janilbolswong1953 Рік тому +2

    @5:40 why do we need to load the entire model all the time? can't we just load once? If so, we might lower the needs of memory movement, and the intersection would shift left

    • @attention42
      @attention42 11 місяців тому +4

      I guess "memory movement" mean movement from GPU memory(HBM) to GPU computing component.
      Model parameter stored in GPU memory not in compute component. So for computing model parameter moved from HBM to compute component every forward pass.

    • @fraternitas5117
      @fraternitas5117 6 місяців тому

      yes, it needs to be loaded in the gpu all the time. advanced users optimize their applications by sending an equal number of bytes as the memory maximum to optimize the utilizations of all memory in the clock cycle.

  • @iogbole
    @iogbole 2 місяці тому

    The right continous profiling solution can help you find B* --> 7:23 with much less effort. 18:23 is where the power of low-level tracing with eBPF comes in; otherwise, the performance overhead is simply too high.

  • @MLOps
    @MLOps  7 місяців тому

    Join us at our first in-person conference on June 25 all about AI Quality: www.aiqualityconference.com/

  • @windmaple
    @windmaple Рік тому

    Great talk!

  • @aneeinaec
    @aneeinaec 5 місяців тому

    Is that Ryan Gosling ❤

  • @AbdulK-kr2jv
    @AbdulK-kr2jv 7 місяців тому

    What a horrible unethical response on the ethics of training data