From e25d7413dedf5765d04b5407ede291debf2a44c9 Mon Sep 17 00:00:00 2001 From: Shengsheng Huang Date: Tue, 19 Mar 2024 14:24:51 +0800 Subject: [PATCH] add prerequisite section in quickstart (#10460) * add prerequisite section * fix typo --- .../doc/LLM/Quickstart/install_windows_gpu.md | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/docs/readthedocs/source/doc/LLM/Quickstart/install_windows_gpu.md b/docs/readthedocs/source/doc/LLM/Quickstart/install_windows_gpu.md index a23ace60..88baeb9b 100644 --- a/docs/readthedocs/source/doc/LLM/Quickstart/install_windows_gpu.md +++ b/docs/readthedocs/source/doc/LLM/Quickstart/install_windows_gpu.md @@ -4,12 +4,14 @@ This guide demonstrates how to install BigDL-LLM on Windows with Intel GPUs. It applies to Intel Core Ultra and Core 12 - 14 gen integrated GPUs (iGPUs), as well as Intel Arc Series GPU. -## Install Visual Studio 2022 +## Install Prerequisites + +### Install Visual Studio 2022 Download and Install Visual Studio 2022 Community Edition from the [official Microsoft Visual Studio website](https://visualstudio.microsoft.com/downloads/). Ensure you select the **Desktop development with C++ workload** during the installation process. ```eval_rst -.. note:: +.. tip:: The installation could take around 15 minutes, and requires at least 7GB of free disk space. If you accidentally skip adding the **Desktop development with C++ workload** during the initial setup, you can add it afterward by navigating to **Tools > Get Tools and Features...**. Follow the instructions on `this Microsoft guide `_  to update your installation. @@ -17,7 +19,7 @@ Download and Install Visual Studio 2022 Community Edition from the [official Mic image-20240221102252560 -## Install GPU Driver +### Install GPU Driver Download and install the latest GPU driver from the [official Intel download page](https://www.intel.com/content/www/us/en/download/785597/intel-arc-iris-xe-graphics-windows.html). A system reboot is necessary to apply the changes after the installation is complete. @@ -29,11 +31,8 @@ Download and install the latest GPU driver from the [official Intel download pag -To monitor your GPU's performance and status, you can use either the **Windows Task Manager** (see the left side of the figure below) or the **Arc Control** application (see the right side of the figure below) - - -## Install oneAPI +### Install oneAPI