• 1 Post
  • 32 Comments
Joined 10 months ago
cake
Cake day: March 22nd, 2024

help-circle




  • Unfortunately Nvidia is, by fair, the best choice for local LLM coder hosting, and there are basically two tiers:

    • Buy a used 3090, limit the clocks to like 1400 Mhz, and then host Qwen 2.5 coder 32B.

    • Buy a used 3060, host Arcee Medius 14B.

    Both these will expose an OpenAI endpoint.

    Run tabbyAPI instead of ollama, as it’s far faster and more vram efficient.

    You can use AMD, but the setup is more involved. The kernel has to be compatible with the rocm package, and you need a 7000 card and some extra hoops for TabbyAPI compatibility.

    Aside from that, an Arc B570 is not a terrible option for 14B coder models.



  • This is true. Some elements of JC Avatar were super interesting and detailed. Like the spaceship, that was *ridiculously well-thought-out for such a brief appearance, and no telling how much time was spent on the fauna.

    But… they made the overarching story and characters so unremarkable.

    I felt something similar watching Black Panther: Wakanda Forever. Talokan (the underwater city) was breathtaking and incredible, no telling how much labor was put into it… only for that gorgeous setting to be used for a brief swim through and never seen again.











  • But the original Jurassic Park was fun. The writing was sharp and memorable, the cast charismatic, even if the plot is not that important (which is fine).

    I did love JC Avatar’s alien flora and fauna, and some small details like the realistic spaceship, but I guess it feels much less exciting in hindsight without anything to “attach” it to.

    And again… the IP its name collides with is nothing to sneeze at, visually. You can pause it almost anywhere, even in “mundane” scenes, and get gorgeous fantasy shots and incredible music:


  • No, all the weights, all the “data” essentially has to be in RAM. If you “talk to” a LLM on your GPU, it is not making any calls to the internet, but making a pass through all the weights every time a word is generated.

    There are system to augment the prompt with external data (RAG is one word for this), but fundamentally the system is closed.



  • Oh I didn’t mean “should cost $4000” just “would cost $4000”

    Ah, yeah. Absolutely. The situation sucks though.

    I wish that the vram on video cards was modular, there’s so much ewaste generated by these bottlenecks.

    Not possible, the speeds are so high that GDDR physically has to be soldered. Future CPUs will be that way too, unfortunately. SO-DIMMs have already topped out at 5600, with tons of wasted power/voltage, and I believe desktop DIMMs are bumping against their limits too.

    But look into CAMM modules and LPCAMMS. My hope is that we will get modular LPDDR5X-8533 on AMD Strix Halo boards.