Abacus.ai:

We recently released Smaug-72B-v0.1 which has taken first place on the Open LLM Leaderboard by HuggingFace. It is the first open-source model to have an average score more than 80.

  • @[email protected]
    link
    fedilink
    English
    58 months ago

    I think I read somewhere that you’ll basically need 130 GB of RAM to load this model. You could probably get some used server hardware for less than $600 to run this.

    • @cm0002
      link
      English
      168 months ago

      Oh if only it were so simple lmao, you need ~130GB of VRAM, aka the graphics card RAM. So you would need about 9 consumer grade 16GB graphics cards and you’ll probably need Nvidia because of fucking CUDA so we’re talking about thousands of dollars. Probably approaching 10k

      Ofc you can get cards with more VRAM per card, but not in the consumer segment so even more $$$$$$

      • @[email protected]
        link
        fedilink
        English
        98 months ago

        Afaik you can substitute VRAM with RAM at the cost of speed. Not exactly sure how that speed loss correlates to the sheer size of these models, though. I have to imagine it would run insanely slow on a CPU.

        • Infiltrated_ad8271
          link
          fedilink
          7
          edit-2
          8 months ago

          I tested it with a 16GB model and barely got 1 token per second. I don’t want to imagine what it would take if I used 16GB of swap instead, let alone 130GB.

      • @[email protected]
        link
        fedilink
        English
        08 months ago

        I’m pretty sure you can load the model using RAM like another poster said. Here’s a used server under $600 that could theoretically run it: ebay.

        • @[email protected]
          link
          fedilink
          English
          58 months ago

          You would want to look for an R730, which can be had for not too much more. The 20 series was the “end of an era” and the 30 series was the beginning of the next era. Most importantly for this application, R30s use DDR4 whereas R20s use DDR3.

          RAM speed matters a lot for ML applications and DDR4 is about 2x as fast as DDR3 in all relevant measurements.

          If you’re going to offload any part of these models to CPU, which you 99.99% will have to do for a model of this size with this class of hardware, skip the 20s and go to the 30s.

    • @[email protected]
      link
      fedilink
      English
      108 months ago

      Unless you’re getting used datacenter grade hardware for next to free, I doubt this. You need 130 gb of VRAM on your GPUs

      • ivanafterall
        link
        fedilink
        68 months ago

        So can I run it on my Radeon RX 5700? I overclocked it some and am running it as a 5700 XT, if that helps.

        • @[email protected]
          link
          fedilink
          English
          28 months ago

          To run this model locally at gpt4 writing speed you need at least 2 x 3090 or 2 x 7900xtx. VRAM is the limiting factor in 99% of cases for interference. You could try a smaller model like mistral-instruct or SOLAR with your hardware though.