You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/deploy-models-llama.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ In this article, you learn about the Meta Llama family of models and how to use
29
29
30
30
The Meta Llama family of models include the following models:
31
31
32
-
# [Llama-3.2](#tab/intro-llama-3-2)
32
+
# [Llama-3.2](#tab/python-llama-3-2)
33
33
34
34
The Llama 3.2 collection of SLMs and image reasoning models are now available. Coming soon, Llama 3.2 11B Vision Instruct and Llama 3.2 90B Vision Instruct will be available as a serverless API endpoint via Models-as-a-Service. Starting today, the following models will be available for deployment via managed compute:
35
35
* Llama 3.2 1B
@@ -41,7 +41,7 @@ The Llama 3.2 collection of SLMs and image reasoning models are now available. C
41
41
* Llama 3.2 11B Vision Instruct
42
42
* Llama 3.2 90B Vision Instruct are available for managed compute deployment.
43
43
44
-
# [Meta Llama-3.1](#tab/intro-meta-llama-3-1)
44
+
# [Meta Llama-3.1](#tab/python-meta-llama-3-1)
45
45
46
46
The Meta Llama 3.1 collection of multilingual large language models (LLMs) is a collection of pretrained and instruction tuned generative models in 8B, 70B and 405B sizes (text in/text out). The Llama 3.1 instruction tuned text only models (8B, 70B, 405B) are optimized for multilingual dialogue use cases and outperform many of the available open-source and closed models on common industry benchmarks.
47
47
@@ -53,7 +53,7 @@ The following models are available:
Meta developed and released the Meta Llama 3 family of large language models (LLMs), a collection of pretrained and instruction tuned generative text models in 8B, and 70B sizes. The Llama 3 instruction tuned models are optimized for dialogue use cases and outperform many of the available open-source models on common industry benchmarks. Further, in developing these models, we took great care to optimize helpfulness and safety.
59
59
@@ -64,7 +64,7 @@ The following models are available:
Meta has developed and publicly released the Llama 2 family of large language models (LLMs), a collection of pretrained and fine-tuned generative text models ranging in scale from 7 billion to 70 billion parameters. Our fine-tuned LLMs, called Llama-2-Chat, are optimized for dialogue use cases. Llama-2-Chat models outperform open-source chat models on most benchmarks we tested, and in our human evaluations for helpfulness and safety, are on par with some popular closed-source models like ChatGPT and PaLM. We provide a detailed description of our approach to fine-tuning and safety improvements of Llama-2-Chat in order to enable the community to build on our work and contribute to the responsible development of LLMs.
0 commit comments