this post was submitted on 23 Jul 2024
49 points (84.5% liked)

Technology

58137 readers
5226 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Meta on Tuesday announced the release of Llama 3.1, the latest version of its large language model that the company claims now rivals competitors from OpenAI and Anthropic. The new model comes just three months after Meta launched Llama 3 by integrating it into Meta AI, a chatbot that now lives in Facebook, Messenger, Instagram and WhatsApp and also powers the company's smart glasses. In the interim, OpenAI and Anthropic already released new versions of their own AI models, a sign that Silicon Valley’s AI arms race isn’t slowing down any time soon.

Meta said that the new model, called Llama 3.1 405B, is the first openly available model that can compete against rivals in general knowledge, math skills and translating across multiple languages. The model was trained on more than 16,000 NVIDIA H100 GPUs, currently the fastest available chips that cost roughly $25,000 each, and can beat rivals on over 150 benchmarks, Meta claimed.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 23 points 1 month ago* (last edited 1 month ago) (1 children)

IMO the more interesting models are 70B and 8B, aka the first models you can host yourself and (for basically the first time) the first open models distilled from such a large "parent" model.

But the release is a total dud among testers because they're bugged with llama.cpp, lol.

[–] [email protected] 12 points 1 month ago (2 children)

I've got llama 3.1 8b running locally in open webui. What do you mean it's bugged with llama.cpp?

[–] [email protected] 9 points 1 month ago* (last edited 1 month ago) (1 children)

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.

[–] [email protected] 1 points 1 month ago (1 children)

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.

[–] [email protected] 1 points 1 month ago

Yeah, but it leaves a bad initial impression when all the frontends ship it and the users aren't aware its bugged.

[–] [email protected] 3 points 1 month ago (1 children)

Does anyone know what it takes to run 70b?

Seems like min 32gb RAM and 4070?

[–] [email protected] 2 points 1 month ago (1 children)

I mean I have a 24GB GPU, and its almost too slow for me. If someone makes an AQLM I may run it some.

[–] [email protected] 1 points 1 month ago (1 children)

You were able to load 70b just into GPU?

[–] [email protected] 2 points 1 month ago* (last edited 1 month ago)

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.