diff --git a/_posts/2024-08-19-Phi-3-ONNX.md b/_posts/2024-08-19-Phi-3-ONNX.md index 8abd7d49a..7c6371fdc 100644 --- a/_posts/2024-08-19-Phi-3-ONNX.md +++ b/_posts/2024-08-19-Phi-3-ONNX.md @@ -1,5 +1,5 @@ --- -title: "Optimizing SLM with ONNX Runtime: Phi-3 on CPU with Sidecar" +title: "Optimizing SLM with ONNX Runtime: Phi-3 on CPU with Sidecars for App Service" author_name: "Tulika Chaudharie" toc: true toc_sticky: true @@ -202,7 +202,7 @@ Now that we've created the container image for our Phi-3 ONNX Runtime model, the 2. **Add Phi-3 ONNX Sidecar** Go to the Deployment Center for your application and add a sidecar container. - + ![Add Phi-3 sidecar]({{site.baseurl}}/media/2024/08/phi-onnx-sidecar.jpg) This [document](https://learn.microsoft.com/azure/app-service/tutorial-custom-container-sidecar) tells you how to add sidecars, step-by-step.