-6
submitted 3 weeks ago* (last edited 3 weeks ago) by [email protected] to c/[email protected]

I have experience in running servers, but I would like to know if it's possible to do it, I just need a GPT 3.5 like private LLM running.

top 33 comments
sorted by: hot top controversial new old
[-] [email protected] 10 points 3 weeks ago

It's doable. Stick to the 7b models and it should work for the most part, but don't expect anything remotely approaching what might be called reasonable performance. It's going to be slow. But it can work.

To get a somewhat usable experience you kinda need an Nvidia graphics card or an AI accelerator.

[-] [email protected] 4 points 3 weeks ago

Intel Arc also works surprisingly fine and consistently for ML if you use llama.cpp for LLMs or Automatic for stable diffusion, it's definitely much closer to Nvidia in terms of usability than it is to AMD

[-] [email protected] 8 points 3 weeks ago

They're Ryzen processors with "AI" accelerators, so an LLM can definitely run on hardware on one of those. Other options are available, like lower powered ARM chipsets (RK3588-based boards) with accelerators that might have half the performance but are far cheaper to run, should be enough for a basic LLM.

[-] [email protected] 3 points 3 weeks ago

I don't know of any project that already supports that AI processor. You'd still be using the CPU and GPU at the moment.

[-] [email protected] 5 points 3 weeks ago

Look into ollama. It shouldn't be an issue if you stick to 7b parameter models

[-] [email protected] -4 points 3 weeks ago

Yeah, I did see something related to what you mentioned and I was quite interested. What about quantized models?

[-] [email protected] 3 points 3 weeks ago

Quantized with more parameters is generally better than floating point with fewer parameters. If you can squeeze a 14b parameter model down to a 4-bit int quantization it'll still generally outperform a 16-bit Floating Point 7b parameter equivalent.

[-] [email protected] -5 points 3 weeks ago

Interesting information mate, I'm documenting myself into the subject, thx for the help 👍👍

[-] [email protected] 3 points 3 weeks ago

I don't have any experience with them honestly so I can't help you there

[-] [email protected] -3 points 3 weeks ago

Appreciate you 👍👍

this post was submitted on 24 Jun 2024
-6 points (44.8% liked)

Selfhosted

37923 readers
463 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS