Skip to content

Commit

Permalink
Move images into images folder
Browse files Browse the repository at this point in the history
  • Loading branch information
natke committed May 31, 2024
1 parent ea10242 commit 899e64d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/genai/tutorials/phi3-v.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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 |
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 899e64d

Please sign in to comment.