Hey All,

what does making a model prediction look like for your current projects? Are you building a model for a web-app and you’re running on-demand inference? Are you working on a research project or doing some analysis that requires making hundreds of thousands to millions of predictions all at once?

I’m currently at a crossroads with a developer tool I’m building and trying to figure out which types of inference workflows I should be focused on. A few weeks back I posted a tutorial on running Mistral-7B on hundreds of GPUs in the cloud in parallel. I got a decent amount of people saying that batch inference is relevant to them but over the last couple of days I’ve been running into more and more developers that are building web-apps that don’t need to make many predictions all at once. If you were me where would you direct your focus?

Anyways, I’m kinda rambling but I would love to know what you guys are working on and get some advice on the direction I should pursue.

  • AdamDhahabiB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    I think batched inference is a must for companies who want to put an on-premise chatbot in front of their users. This is a use case many are busy with at the moment. I saw llama.cpp now supports batched inference, only since 2 weeks, I don’t have hands-on experience with it yet.

    • Ok_Post_149OPB
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      Thanks for this feedback, what is your definition of an on-prem chatbot? Hosted on their physical infrastructure?

  • HoblywobblesworthB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    I think in the longer term the demand for the “do 10,000 generations at once” will rise. Chatbots and chat-based interfaces that have fairly spread out/consistent traffic flow are the first widely propagating use case for LLMs but they are a bit gimmicky. There are and will be plenty of very specific, niche domain use cases where you will want the hundreds/thousands generations at once and then not see traffic again for days/weeks until a next sudden spike.

    If your current demand is from chatbots then build that, but once other industries and domains start to figure out how best to use LLMs, I reckon there will be growth in demand for cloud compute that can handle infrequent but super spikey inference requests.

    • Ok_Post_149OPB
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      This is really useful feedback, I’d definitely be able to produce a revenue generating product faster if I focus on chatbots… so in terms of trying to get funding for this idea that seems to be the better avenue. In the future I could definitely address both use cases but trying not to spread myself too thin at the moment.