Home  >  Article  >  Technology peripherals  >  Six quick ways to experience the newly released Llama 3!

Six quick ways to experience the newly released Llama 3!

王林
王林forward
2024-04-19 12:16:01576browse

六年种方式快速体验最新发布的 Llama 3!

Last night Meta released the Llama 3 8B and 70B models. The Llama 3 command-tuned model has been fine-tuned and optimized for dialogue/chat use cases, outperforming common benchmarks. Many existing open source chat models. For example, Gemma 7B and Mistral 7B.

六年种方式快速体验最新发布的 Llama 3!

六年种方式快速体验最新发布的 Llama 3!

The Llama 3 model improves data and scale to new heights. It was trained on more than 15T tokens of data on two custom 24K GPU clusters recently released by Meta. This training dataset is 7 times larger than Llama 2 and contains 4 times more code. This brings the capabilities of the Llama model to the current highest level, supporting text lengths of more than 8K, twice that of Llama 2.

Below I will introduce 6 ways for you to quickly experience the newly released Llama 3!

Experience Llama 3 online

HuggingChat

六年种方式快速体验最新发布的 Llama 3!

https://www.php.cn/link/217ffec3caf17a44bf340fc11d93e8ab

llama2.ai

六年种方式快速体验最新发布的 Llama 3!

https://www.llama2.ai/

Local experience Llama 3

LM Studio

六年种方式快速体验最新发布的 Llama 3!

https://lmstudio.ai/

CodeGPT

六年种方式快速体验最新发布的 Llama 3!

https://marketplace.visualstudio.com/items?itemName=DanielSanMedium.dscodegpt&ssr=false

Before using CodeGPT, remember to use Ollama to pull the corresponding model. For example, to pull the llama3:8b model: ollama pull llama3:8b. If you have not installed ollama locally, you can read "Deploying a local large language model in just a few minutes!" This article.

Ollama

Run Llama 3 8B model:

ollama run llama3

Run Llama 3 70B model:

ollama run llama3:70b

Open WebUI & Ollama

六年种方式快速体验最新发布的 Llama 3!

##https://pinokio.computer/item?uri=https:/ /github.com/cocktailpeanutlabs/open-webui.

The above is the detailed content of Six quick ways to experience the newly released Llama 3!. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:51cto.com. If there is any infringement, please contact admin@php.cn delete