Skip to content

Commit df6ce76

Browse files
authored
Update deploy-models-llama.md
1 parent 4c874e7 commit df6ce76

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

articles/ai-studio/how-to/deploy-models-llama.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,15 +537,26 @@ For reference about how to invoke Llama models deployed to managed compute, see
537537

538538
##### More inference examples
539539

540+
# [Meta Llama 3](#tab/llama-three)
541+
540542
| **Package** | **Sample Notebook** |
541543
|----------------|----------------------------------------|
542-
| CLI using CURL and Python web requests - Command R | [command-r.ipynb](https://aka.ms/samples/cohere-command-r/webrequests)|
543-
| CLI using CURL and Python web requests - Command R+ | [command-r-plus.ipynb](https://aka.ms/samples/cohere-command-r-plus/webrequests)|
544544
| OpenAI SDK (experimental) | [openaisdk.ipynb](https://aka.ms/samples/meta-llama3/openaisdk) |
545545
| LangChain | [langchain.ipynb](https://aka.ms/samples/meta-llama3/langchain) |
546546
| WebRequests | [webrequests.ipynb]((https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/meta-llama3/webrequests.ipynb)) |
547547
| LiteLLM SDK | [litellm.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/meta-llama3/litellm.ipynb) |
548548

549+
# [Meta Llama 2](#tab/llama-two)
550+
551+
| **Package** | **Sample Notebook** |
552+
|----------------|----------------------------------------|
553+
| OpenAI SDK (experimental) | [openaisdk.ipynb](https://aka.ms/samples/llama2/openaisdk) |
554+
| LangChain | [langchain.ipynb](https://aka.ms/samples/llama2/langchain) |
555+
| WebRequests | [webrequests.ipynb]((https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/llama2/webrequests.ipynb)) |
556+
| LiteLLM SDK | [litellm.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/llama2/litellm.ipynb) |
557+
558+
---
559+
549560
## Cost and quotas
550561

551562
### Cost and quota considerations for Llama models deployed as a service

0 commit comments

Comments
 (0)