Skip to content

Commit

Permalink
Add DML GPU requirements to tutorial (#21590)
Browse files Browse the repository at this point in the history
  • Loading branch information
natke authored Aug 6, 2024
1 parent c3d2db8 commit 4c2531b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/genai/tutorials/phi3-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ This tutorial downloads and runs the short context (4k) mini (3B) model variant.
## Choose your platform

Are you on a Windows machine with GPU?
* I don't know → Review [this guide](https://www.microsoft.com/en-us/windows/learning-center/how-to-check-gpu) to see whether you have a GPU in your Windows machine.
* I don't know → Review [this guide](https://www.microsoft.com/en-us/windows/learning-center/how-to-check-gpu) to see whether you have a GPU in your Windows machine and confirm that your GPU is [DirectML-supported](https://github.com/microsoft/DirectML?tab=readme-ov-file#hardware-requirements)
* Yes → Follow the instructions for [DirectML](#run-with-directml).
* No → Do you have an NVIDIA GPU?
* I don't know → Review [this guide](https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html#verify-you-have-a-cuda-capable-gpu) to see whether you have a CUDA-capable GPU.
Expand All @@ -67,6 +67,7 @@ Are you on a Windows machine with GPU?

## Run with DirectML


1. Download the model

```bash
Expand Down

0 comments on commit 4c2531b

Please sign in to comment.