Skip to content

Commit e960d67

Browse files
authored
Update deploy-models-llama.md
1 parent d8e2eb2 commit e960d67

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -541,18 +541,18 @@ For reference about how to invoke Llama models deployed to managed compute, see
541541

542542
| **Package** | **Sample Notebook** |
543543
|----------------|----------------------------------------|
544-
| OpenAI SDK (experimental) | [openaisdk.ipynb](https://aka.ms/samples/meta-llama3/openaisdk) |
545-
| LangChain | [langchain.ipynb](https://aka.ms/samples/meta-llama3/langchain) |
546-
| WebRequests | [webrequests.ipynb]((https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/meta-llama3/webrequests.ipynb)) |
544+
| OpenAI SDK (experimental) | [openaisdk.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/meta-llama3/openaisdk.ipynb) |
545+
| LangChain | [langchain.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/meta-llama3/langchain.ipynb) |
546+
| 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

549549
# [Meta Llama 2](#tab/llama-two)
550550

551551
| **Package** | **Sample Notebook** |
552552
|----------------|----------------------------------------|
553553
| OpenAI SDK (experimental) | [openaisdk.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/llama2/openaisdk.ipynb) |
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)) |
554+
| LangChain | [langchain.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/llama2/langchain.ipynb) |
555+
| WebRequests | [webrequests.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/llama2/webrequests.ipynb) |
556556
| LiteLLM SDK | [litellm.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/llama2/litellm.ipynb) |
557557

558558
---

0 commit comments

Comments
 (0)