File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed
articles/machine-learning Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -559,13 +559,23 @@ For reference about how to invoke Meta Llama 3 models deployed to real-time endp
559
559
560
560
#### Additional inference examples
561
561
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
+
562
571
| ** Package** | ** Sample Notebook** |
563
572
| ----------------| ----------------------------------------|
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
+ ---
569
579
570
580
## Cost and quotas
571
581
You can’t perform that action at this time.
0 commit comments