• 4 Posts
  • 395 Comments
Joined 6 months ago
cake
Cake day: March 22nd, 2024

help-circle







  • brucethemoose@lemmy.worldtoTechnology@lemmy.worldBe careful.
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    2 days ago

    The behavior is configurable just like it is on linux, UAC can be set to require a password every time.

    But I think its not set this way by default because many users don’t remember their passwords, lol. You think I’m kidding, you should meet my family…

    Also, scripts can do plenty without elevation, on linux or Windows.



  • The problem is that splitting models up over a network, even over LAN, is not super efficient. The entire weights need to be run through for every half word.

    And the other problem is that petals just can’t keep up with the crazy dev pace of the LLM community. Honestly they should dump it and fork or contribute to llama.cpp or exllama, as TBH no one wants to split up LLAMA 2 (or even llama 3) 70B, and be a generation or two behind for a base instruct model instead of a finetune.

    Even the horde has very few hosts relative to users, even though hosting a small model on a 6GB GPU would get you lots of karma.

    The diffusion community is very different, as the output is one image and even the largest open models are much smaller. Lora usage is also standardized there, while it is not on LLM land.