• 1 Post
  • 320 Comments
Joined 1 year ago
cake
Cake day: March 22nd, 2024

help-circle







  • My last iPhone was a iPhone 5. Or 6, maybe?

    Fast forward, and I’ve been on Android until right now, when I got an iPhone 16 in a loss-leader sale.

    …And I am astounded by how much worse it is. My old jailbroken iPhone’s UI was both simpler and 100x times more customizable and useful than all these bizzare required gestures; I spent days trying to teach my Mom and grandpa how to use it, to no avail. At the same time, its as uncustomizable as ever.

    I had basically every feature the 16 has now, like the action button, and more. And it somehow feels slower in browsing than my SD845 Android 9 phone.

    It wasn’t perfect back then, but the App Store is flooded with garbage now.

    I literally want my iPhone 5 back. WTF has Apple been doing?










  • There may be thought in a sense.

    A analogy might be a static biological “brain” custom grown to predict a list of possible next words in a block of text. It’s thinking, sorta. Maybe it could acknowledge itself in a mirror. That doesn’t mean it’s self aware, though: It’s an unchanging organ.

    And if one wants to go down the rabbit hole of “well there are different types of sentience, lines blur,” yada yada, with the end point of that being to treat things like they are…

    All ML models are static tools.

    For now.


  • It depends!

    Exllamav2 was pretty fast on AMD, exllamav3 is getting support soon. Vllm is also fast AMD. But its not easy to setup; you basically have to be a Python dev on linux and wrestle with pip. Or get lucky with docker.

    Base llama.cpp is fine, as are forks like kobold.cpp rocm. This is more doable without so much hastle.

    The AMD framework desktop is a pretty good machine for large MoE models. The 7900 XTX is the next best hardware, but unfortunately AMD is not really interested in competing with Nvidia in terms of high VRAM offerings :'/. They don’t want money I guess.

    And there are… quirks, depending on the model.


    I dunno about Intel Arc these days, but AFAIK you are stuck with their docker container or llama.cpp. And again, they don’t offer a lot of VRAM for the $ either.


    NPUs are mostly a nothingburger so far, only good for tiny models.


    Llama.cpp Vulkan (for use on anything) is improving but still behind in terms of support.


    A lot of people do offload MoE models to Threadripper or EPYC CPUs, via ik_llama.cpp, transformers or some Chinese frameworks. That’s the homelab way to run big models like Qwen 235B or deepseek these days. An Nvidia GPU is still standard, but you can use a 3090 or 4090 and put more of the money in the CPU platform.


    You wont find a good comparison because it literally changes by the minute. AMD updates ROCM? Better! Oh, but something broke in llama.cpp! Now its fixed an optimized 4 days later! Oh, architecture change, not it doesn’t work again. And look, exl3 support!

    You can literally bench it in a day and have the results be obsolete the next, pretty often.