this post was submitted on 23 Jul 2024
48 points (83.3% liked)
Technology
59168 readers
1991 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've got llama 3.1 8b running locally in open webui. What do you mean it's bugged with llama.cpp?
llama.cpp, the underlying engine, doesn't support extended RoPE yet. Basically this means long context doesnt work and short context could be messed up too.
I am also hearing rumblings of a messed up chat template?
Basically with any LLM in any UI that uses a GGUF, you have to be very careful of bugs you wouldn't get in the huggingface-based backends. A lot of models run without errors, but not quite right.
I wouldn't call it a "dud" on that basis. Lots of models come out with lagging support on the various inference engines, it's a fast-movibg field.
Yeah, but it leaves a bad initial impression when all the frontends ship it and the users aren't aware its bugged.
Does anyone know what it takes to run 70b?
Seems like min 32gb RAM and 4070?
I mean I have a 24GB GPU, and its almost too slow for me. If someone makes an AQLM I may run it some.
You were able to load 70b just into GPU?
Yeah, an AQLM 70B will fit in 24GB with very short context, but decent quality.
You never hear about it, mostly because it's so hard to quantize in the first place, but also because it's not a GGUF so most people ignore the format, lol.