I keep hearing this about Arch: could you educate a noob on what kinds of things I’d be dealing with? I’m comfortable with Linux in general but somewhat apprehensive with what I hear about Arch
- 2 Posts
- 12 Comments
yacgtato Free Open-Source Artificial Intelligence@lemmy.world•Any good self-hosted LLM for software development?English4·2 years agoSpecifically on what LLM to use, I’ve been meaning to try Starcoder, but can’t vouch for how good it is. In general I’ve found Vicuna-13B pretty good at generating code.
As for general recommendations, I’d say the main determinant will be if you can afford the hardware requirements to locally host - I presume you’re familiar with the fact that you’ll (usually) need roughly 2x the number of parameters in VRAM (e.g. 7B parameters means 14GB of VRAM). Techniques like quantization to 8-bits halve the requirement, with the more extreme 4-bit quantization halving them again (at the expense of generation quality).
And if you don’t have enough VRAM, there’s always llama.cpp - I think that list of supported models is outdated, and it supports way more than those.
On the “what software to use for self-hosting” I’ve quite liked FastChat, they even have a way to run an OpenAI API compatible server, which will be useful if your tools expect OpenAI.
Hope this is helpful!
yacgtaOPto Programmer Humor@programming.dev•Experienced engineer examines comments in a legacy codebaseEnglish2·2 years agoThat was it, thank you!
yacgtaOPto Programmer Humor@programming.dev•Experienced engineer examines comments in a legacy codebaseEnglish7·2 years agoI have a few of these but I forget where they came from, curious if anyone here knows
yacgtato Memmy - An iOS client for Lemmy@lemmy.ml•[Feature Request] Tap top again to scroll back after accidental tapEnglish1·2 years agoIvory for Mastodon also has it, and I’m assuming it came from their Twitter client (never used it myself though)
yacgtato Gaming@beehaw.org•Gaming often fetishises the new but many great things exist in the past, so let's strap into our time machines and talk about our favourite games released before say 2010?1·2 years agoTwo of my favorite Gamecube games were SSX3 (great snowboarding game with awesome soundtrack, playing on Steam Deck now) and Lord of the Rings: Return of the King (replayed co-op a few years back, definitely holds up!).
And a great how-to on building one https://www.youtube.com/watch?v=oq4LmYEFlHM
Recently discovered this great site for making these https://youwouldntsteala.website/editor.html
yacgtato Steam Deck@sopuli.xyz•What games have y'all been playing a lot on your deck recently?English3·2 years agoDid you try manually setting the TDP? In Civ VI I set it to 7W (default graphics) and it has helped quite a bit.
yacgtato Free Open-Source Artificial Intelligence@lemmy.world•16K Context Achieved w/ 'LongChat'English2·2 years agoThank you for sharing!
I mean, this is Google we’re talking about…
I quite like Tailscale SSH for this, but I don’t have as many machines, so not sure how it will scale. You can definitely assign roles here to allow/deny SSH between hosts in your fleet though.