From 899e64d5e78bedda9f910aac7f7e1682566b5aab Mon Sep 17 00:00:00 2001 From: natke Date: Thu, 30 May 2024 17:04:21 -0700 Subject: [PATCH] Move images into images folder --- docs/genai/tutorials/phi3-v.md | 5 +++-- {docs/genai/tutorials => images}/coffee.png | Bin {docs/genai/tutorials => images}/market.png | Bin {docs/genai/tutorials => images}/sushi.png | Bin {docs/genai/tutorials => images}/table.png | Bin 5 files changed, 3 insertions(+), 2 deletions(-) rename {docs/genai/tutorials => images}/coffee.png (100%) rename {docs/genai/tutorials => images}/market.png (100%) rename {docs/genai/tutorials => images}/sushi.png (100%) rename {docs/genai/tutorials => images}/table.png (100%) diff --git a/docs/genai/tutorials/phi3-v.md b/docs/genai/tutorials/phi3-v.md index b4242b0b5fbe6..1cf8e9d33e856 100644 --- a/docs/genai/tutorials/phi3-v.md +++ b/docs/genai/tutorials/phi3-v.md @@ -5,6 +5,7 @@ has_children: false parent: Tutorials grand_parent: Generate API (Preview) nav_order: 1 +image: /images/coffee.png --- # Run the Phi-3 vision model with the ONNX Runtime generate() API @@ -86,7 +87,7 @@ Support for Windows machines with GPUs other than NVIDIA ones is coming soon! For example: `Describe the image` - ![coffee](coffee.png) + ![coffee](../../../images/coffee.png) ``` The image shows a cup of coffee with a latte art design on top. The coffee is a light brown color, @@ -123,7 +124,7 @@ Support for Windows machines with GPUs other than NVIDIA ones is coming soon! For example: `Convert this image to markdown format` - ![Excel table with cookie sales figures](table.png) + ![Excel table with cookie sales figures](../../../images/table.png) ``` | Product | Qtr 1 | Qtr 2 | Grand Total | diff --git a/docs/genai/tutorials/coffee.png b/images/coffee.png similarity index 100% rename from docs/genai/tutorials/coffee.png rename to images/coffee.png diff --git a/docs/genai/tutorials/market.png b/images/market.png similarity index 100% rename from docs/genai/tutorials/market.png rename to images/market.png diff --git a/docs/genai/tutorials/sushi.png b/images/sushi.png similarity index 100% rename from docs/genai/tutorials/sushi.png rename to images/sushi.png diff --git a/docs/genai/tutorials/table.png b/images/table.png similarity index 100% rename from docs/genai/tutorials/table.png rename to images/table.png