Skip to content

Commit 512ef82

Browse files
authored
Update how-to-deploy-models-llama.md
1 parent e960d67 commit 512ef82

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

articles/machine-learning/how-to-deploy-models-llama.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -559,13 +559,23 @@ For reference about how to invoke Meta Llama 3 models deployed to real-time endp
559559

560560
#### Additional inference examples
561561

562+
# [Meta Llama 3](#tab/llama-three)
563+
564+
| OpenAI SDK (experimental) | [openaisdk.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/meta-llama3/openaisdk.ipynb) |
565+
| LangChain | [langchain.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/meta-llama3/langchain.ipynb) |
566+
| WebRequests | [webrequests.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/meta-llama3/webrequests.ipynb) |
567+
| LiteLLM SDK | [litellm.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/meta-llama3/litellm.ipynb) |
568+
569+
# [Meta Llama 2](#tab/llama-two)
570+
562571
| **Package** | **Sample Notebook** |
563572
|----------------|----------------------------------------|
564-
| CLI using CURL and Python web requests | [cohere-embed.ipynb](https://aka.ms/samples/embed-v3/webrequests)|
565-
| OpenAI SDK (experimental) | [openaisdk.ipynb](https://aka.ms/samples/cohere-embed/openaisdk) |
566-
| LangChain | [langchain.ipynb](https://aka.ms/samples/cohere-embed/langchain) |
567-
| Cohere SDK | [cohere-sdk.ipynb](https://aka.ms/samples/cohere-embed/cohere-python-sdk) |
568-
| LiteLLM SDK | [litellm.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/cohere/litellm.ipynb) |
573+
| OpenAI SDK (experimental) | [openaisdk.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/llama2/openaisdk.ipynb) |
574+
| LangChain | [langchain.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/llama2/langchain.ipynb) |
575+
| WebRequests | [webrequests.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/llama2/webrequests.ipynb) |
576+
| LiteLLM SDK | [litellm.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/llama2/litellm.ipynb) |
577+
578+
---
569579

570580
## Cost and quotas
571581

0 commit comments

Comments
 (0)