Skip to content

Commit 2a122fd

Browse files
authored
Update how-to-deploy-models-llama.md
1 parent e159d5a commit 2a122fd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -561,10 +561,12 @@ For reference about how to invoke Meta Llama 3 models deployed to real-time endp
561561

562562
# [Meta Llama 3](#tab/llama-three)
563563

564-
| OpenAI SDK (experimental) | [openaisdk.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/meta-llama3/openaisdk.ipynb) |
564+
| **Package** | **Sample Notebook** |
565+
|----------------|----------------------------------------|
566+
| OpenAI SDK (experimental) | [openaisdk.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/meta-llama3/openaisdk.ipynb) |
565567
| 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+
| WebRequests | [webrequests.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/meta-llama3/webrequests.ipynb) |
569+
| LiteLLM SDK | [litellm.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/meta-llama3/litellm.ipynb) |
568570

569571
# [Meta Llama 2](#tab/llama-two)
570572

0 commit comments

Comments
 (0)