TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why Llama 3.1 is Important

56 pointsby tkellogg10 months ago

7 comments

chenzhekl10 months ago
Stating independence as the advantage of Llama 3.1 is a bit funny. Without the huge amount of computational resources from Meta, Llama 3.1 won't be possible. We are still dependent on certain big companys' "good" willness to be able to enjoy the benefits of open source.
评论 #41051652 未加载
评论 #41051784 未加载
评论 #41051649 未加载
评论 #41051655 未加载
评论 #41051668 未加载
simonw10 months ago
I just got Llama 3.1 GGUFs working on my Mac laptop with a new plugin for my LLM CLI tool: <a href="https:&#x2F;&#x2F;llm.datasette.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;llm.datasette.io&#x2F;</a><p>Here&#x27;s information on the new plugin: <a href="https:&#x2F;&#x2F;simonwillison.net&#x2F;2024&#x2F;Jul&#x2F;23&#x2F;llm-gguf&#x2F;" rel="nofollow">https:&#x2F;&#x2F;simonwillison.net&#x2F;2024&#x2F;Jul&#x2F;23&#x2F;llm-gguf&#x2F;</a><p>Once you&#x27;ve installed LLM (&quot;brew install llm&quot; or &quot;pipx install llm&quot; or &quot;pip install llm&quot;) you can try the new plugin like this:<p><pre><code> llm install llm-gguf llm gguf download-model \ https:&#x2F;&#x2F;huggingface.co&#x2F;lmstudio-community&#x2F;Meta-Llama-3.1-8B-Instruct-GGUF&#x2F;resolve&#x2F;main&#x2F;Meta-Llama-3.1-8B-Instruct-Q4_K_M.gguf \ --alias llama-3.1-8b-instruct --alias l31i llm -m l31i &quot;five great names for a pet lemur&quot; </code></pre> This is using the GGUF version of Llama 3.1 8B Instruct from here: <a href="https:&#x2F;&#x2F;huggingface.co&#x2F;lmstudio-community&#x2F;Meta-Llama-3.1-8B-Instruct-GGUF&#x2F;tree&#x2F;main" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;lmstudio-community&#x2F;Meta-Llama-3.1-8B-...</a>
评论 #41052584 未加载
RockyMcNuts10 months ago
Does the community license let companies fine-tune it or retrain it for their use cases?<p>There are significant restrictions on it so it&#x27;s not fully open-source, but maybe it&#x27;s only a real problem for Google and OpenAI and Microsoft.<p>Open source has turned into a game of, what&#x27;s the most commercial value I can retain, while still calling it open-source and benefiting from the trust and marketing value of the &#x27;open source&#x27; branding.
eureka-belief10 months ago
The last section is the most important. There’s a massive difference between what you can do with the text output of an LLM versus being able to know and play with the individual weights, depending on your use case.
ssahoo10 months ago
Written by llama3 or chatgpt?
评论 #41051519 未加载
Havoc10 months ago
Excited about this - though probably more the 70B than 405B because its also really good &amp; will be accessible for cheap &amp; in bulk.<p>btw pretty sure nobody is creating adapters for a 405B with a laptop and a weekend ;)
评论 #41051710 未加载
impure10 months ago
I used to think it was cheaper. But according to <a href="https:&#x2F;&#x2F;llama.meta.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;llama.meta.com&#x2F;</a> GPT-4o Mini is actually cheaper most of the time.
评论 #41052075 未加载
评论 #41051687 未加载
评论 #41051743 未加载