From 4c2531b4fef4ac81f46ed3d59c58cdfb2e9cf24e Mon Sep 17 00:00:00 2001 From: "Nat Kershaw (MSFT)" Date: Tue, 6 Aug 2024 13:35:06 -0700 Subject: [PATCH] Add DML GPU requirements to tutorial (#21590) --- docs/genai/tutorials/phi3-python.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/genai/tutorials/phi3-python.md b/docs/genai/tutorials/phi3-python.md index 5e0f55a60a..563cd5d396 100644 --- a/docs/genai/tutorials/phi3-python.md +++ b/docs/genai/tutorials/phi3-python.md @@ -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. @@ -67,6 +67,7 @@ Are you on a Windows machine with GPU? ## Run with DirectML + 1. Download the model ```bash