• elucubra@sopuli.xyz
        link
        fedilink
        arrow-up
        2
        ·
        1 hour ago

        I bought two RTX 3060 with 12 Gb each for a total of 24Gb VRAM. Sionce the cards are not top shelf anymore for gaming, they can be had used in the 200€ range, so my setup was 400€ over the cost of my existing PC. My PC, while not last gen was already pretty beefy, with a Ryzen 9 and 64 Gb RAM. I think 400€ to have a pretty good local AI setup is not bad at all.

        • CameronDev@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          1 hour ago

          I very much regret getting a 3070, with only 8GB of ram… Only reason I am hesitant about 3060s is that dual cards will use more power, and the economics are already pretty dicey when the hosted models are being sold below cost.

          • elucubra@sopuli.xyz
            link
            fedilink
            arrow-up
            1
            ·
            1 minute ago

            I learnt a few years back that the most important driver in GPU. or any other non upgradable memory device obsolescence, is RAM. I got a banger of a deal a few years on a RX 480, but it was 4Gb, adequate at the time. The card was obsolete way faster than the 8GB. As for the power draw, are you planning to have your AI setup running 24/7? Nvtop (linux GPU monitoring app) reports 50-80% of the cards top power draw. There is also the fact that my data doesn’t leave my setup.

      • stuner@lemmy.world
        link
        fedilink
        arrow-up
        2
        arrow-down
        1
        ·
        6 hours ago

        I can run both the 27B and 35B version of Qwen3.6 on my 10GB VRAM 3080, and they run ok. You don’t need to put the entire model in VRAM, even if it’s probably beneficial.

        • CameronDev@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          2 hours ago

          Full quantisation? I’ve only got a 8GB 3070, but I’ll give it a go

          Edit: Tried the unsloth/qwen3.6 with llama.CPP, and it failed to allocate a 26GB Vulcan buffer and died. Dunno what magic your using, no luck for me though :(