I have an unused dell optiplex 7010 i wanted to use as a base for an interference rig.

My idea was to get a 3060, a pci riser and 500w power supply just for the gpu. Mechanically speaking i had the idea of making a backpack of sorts on the side panel, to fit both the gpu and the extra power supply since unfortunately it’s an sff machine.

What’s making me weary of going through is the specs of the 7010 itself: it’s a ddr3 system with a 3rd gen i7-3770. I have the feeling that as soon as it ends up offloading some of the model into system ram is going to slow down to a crawl. (Using koboldcpp, if that matters.)

Do you think it’s even worth going through?

Edit: i may have found a thinkcenter that uses ddr4 and that i can buy if i manage to sell the 7010. Though i still don’t know if it will be good enough.

  • brucethemoose@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 days ago

    I have the feeling that as soon as it ends up offloading some of the model into system ram is going to slow down to a crawl.

    Then don’t offload! Since its 3000 series, you can run an exl3 with a really tight quant.

    For instance, Mistral 24B will fit in 12GB with no offloading at 3bpw, somewhere in the quality ballpark of an Q4 GGUF: https://cdn-uploads.huggingface.co/production/uploads/6383dc174c48969dcf1b4fce/tfIK6GfNdH1830vwfX6o7.png

    It’s especially good for long context, since exllama’s KV cache quantization is so good.

    You can still use kobold.cpp, but you’ll have to host it via an external endpoint like TabbyAPI. Or you can use croco.cpp (a fork of kobold.cpp) with your own ik_llama.cpp trellis-quantized GGUF (though you’ll have to make that yourself since they aren’t common… it’s complicated, heh).

    Point being that simply having an ampere (3000 series RTX) card can increase efficiency massively over a baseline GGUF.

    • brokenlcd@feddit.itOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      22 hours ago

      I’ll have to check exllama once i build the system, if it can fit a 24B model in 12 gb. It should give me some leeway for 13B ones. Though i feel like i’ll need to quantize to exl3 myself for the models i use. Worth a try on a Container though.

      Thanks for the tip.

      • brucethemoose@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        22 hours ago

        You can definitely quantize exl3s yourself; the process is vram light (albeit time intense).

        What 13B are you using? FYI the old Llama2 13B models don’t use GQA, so even their relatively short 4096 context takes up a lot of vram. Newer 12Bs and 14Bs are much more efficient (and much smarter TBH).

        • brokenlcd@feddit.itOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 hours ago

          right now i’m hopping between nemo finetunes to see how they fare. i think i only ever used one 8B model from Llama2, the rest is been all Llama 3 and maybe some solar based ones. unfortunately i have yet to properly dig into the more technical side of llms due to time contraints.

          the process is vram light (albeit time intense)

          so long as it’s not interactive i can always run it at night and make it shut off the rig when it’s done. power here is cheaper at night anyways :-)

          thanks for the info (and sorry for the late response, work + cramming for exams turned out to be more brutal than expected)