Amazon has the Acer A770 on sale for $250. That’s a lot of compute with 16GB of VRAM for $250. There is no better value. It does have it’s challenges. Somethings like MLC Chat run with no fuss just like on any other card. Other things need some effort like Oob, Fastchat and BigDL. But support for it is getting better and better everyday. At this price, I’m tempted to get another. I have seen some reports of running multi-GPU setups with the A770.

It also comes with Assassins Mirage for those people that still use their GPUs to game.

https://www.amazon.com/dp/B0BHKNK84Y

    • fallingdowndizzyvr@alien.topOPB
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      With Oob, I’ve tried, but haven’t been successful. But I wasn’t successful getting it to work with my 2070 either months ago. I gave up on it, switched to llama.cpp and didn’t look back. Until now. So I have tried getting it to work with the A770. But as pointed out in the discussion, there’s that issue. But I haven’t tried the workaround posted a couple of days ago.

      • CheatCodesOfLife@alien.topB
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        I’m finding I prefer llama.cpp now as well (the last few days), though for work I usually use Oob + gptq.

        If you have it handy, could you post the compile command you used to get llamacpp built for the A770?

        • fallingdowndizzyvr@alien.topOPB
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          It’s just the normal OpenCL and Vulkan compile flags. So “make LLAMA_CLBLAST=1” and “make LLAMA_VULKAN=1”. You will have to download the Vulkan PR for Vulkan. Bu as I said, it’s painfully slow. Like slower than the CPU. So not worth it. Both are equally as slow so there seems to be something in common that is not A770 friendly. Although I haven’t tried Vulkan in a couple of weeks so that might be better. I even tried giving it the Intel specific OpenCL more than 4GB option but that didn’t make any difference at all.