• Alphane MoonOPM
    link
    13 months ago

    Cheers, will give it a go. I want to move away from cloud LLMs.

    • @brucethemoose
      link
      2
      edit-2
      3 months ago

      Pick up a 3090 if you can!

      Then you can combine it with your 3080 and squeeze Qwen 72B in, and straight up beat GPT-4 in some use cases.

      Also, TabbyAPI can be tricky to set up, ping me if you need help.

      • Alphane MoonOPM
        link
        13 months ago

        Not planning on getting a new/additional GPU at this point. My local LLM project is more of curiosity, I am more knowledgeable on the AI upscaling side. :)

        Thanks for the offer, will consider it!

        • @brucethemoose
          link
          2
          edit-2
          3 months ago

          Last time bothering you! I used to be really into the GAN space myself, but the newer diffusion models really blow them away. Check this out: https://github.com/mit-han-lab/nunchaku

          This can squeeze Flux 1D onto your 3080, and (with the right pipeline/settings) it should blow anything else away at “enhancing” a low res image with img2img. It should also work with batching and torch.compile so you can get quite a lot of throughput from your 3080. Of course, there’s no temporal consistency yet (or it may be, it’s hard to keep up with all the adapter releases), but I’m sure its coming… And you can kinda hack some in with 2D models anyway.