Chester Hu преди 10 месеца
родител
ревизия
4e2e259220
променени са 2 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      recipes/3p_integrations/azure/README.md
  2. 0 0
      recipes/3p_integrations/azure/azure_api_example.ipynb

+ 5 - 0
recipes/3p_integrations/azure/README.md

@@ -0,0 +1,5 @@
+In this folder, we show various examples in a notebook for running Llama model inference on Azure's serverless API offerings. We will cover:  
+* HTTP requests API usage for Llama 3 instruct models in CLI
+* HTTP requests API usage for Llama 3 instruct models in Python
+* Plug the APIs into LangChain
+* Wire the model with Gradio to build a simple chatbot with memory

recipes/llama_api_providers/Azure_API_example/azure_api_example.ipynb → recipes/3p_integrations/azure/azure_api_example.ipynb