• DarkThoughts@fedia.io
    link
    fedilink
    arrow-up
    0
    ·
    9 days ago

    6650 XT. Honestly no idea. When I run make LLAMA_HIPBLAS=1 GPU_TARGETS=gfx1032 -j$(nproc) in the Fedora distrobox on kobolcpp it throws a bunch of

    fatal error: 'hip/hip_fp16.h' file not found
       36 | #include <hip/hip_fp16.h>
    

    errors and koboldcpp does not give an option to use Vulkan.

    • Russ@bitforged.space
      link
      fedilink
      English
      arrow-up
      0
      ·
      9 days ago

      Ah, strange. I don’t suppose you specifically need a Fedora container? If not, I’ve been using this Ubuntu based distrobox container recipe for anything that requires ROCM and it has worked flawless for me.

      If that still doesn’t work (I haven’t actually tried out kobolcpp yet), and you’re willing to try something other than kobolcpp, then I’d recommend the text-generation-webui project which supports a wide array of model types, including the GGUF types that Kobolcpp utilizes. Then if you really want to get deep into it, you can even pair it with SillyTavern (it is purely a frontend for a bunch of different LLM backends, text-generation-webui is one of the supported ones)!

      • DarkThoughts@fedia.io
        link
        fedilink
        arrow-up
        0
        ·
        8 days ago

        I don’t think so, it’s just what I’m more familiar with and I usually try to avoid apt’s PPA hell as much as I can. But maybe I should try some others, as I couldn’t get Mullvad to run either yet. :/

        Text gen web ui I tried quite a while before I went to koboldcpp on my previous distro and I could not get that to run without crashing whenever I tried to generate anything. Sillytavern is my standard frontend that I use, so any text gen software should inherently compatible with that anyway.