From e6c5a6a5e646d49b0e20ea2e7742b39715a31766 Mon Sep 17 00:00:00 2001 From: Yuwen Hu <54161268+Oscilloscope98@users.noreply.github.com> Date: Thu, 28 Mar 2024 18:36:17 +0800 Subject: [PATCH] Small style fix in Install Guide (#10581) * Remove strange bold style * Small fix --- .../readthedocs/source/doc/LLM/Overview/install_gpu.md | 4 ++-- .../source/doc/LLM/Quickstart/install_linux_gpu.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/readthedocs/source/doc/LLM/Overview/install_gpu.md b/docs/readthedocs/source/doc/LLM/Overview/install_gpu.md index 89457cad48a..35c946f7b8f 100644 --- a/docs/readthedocs/source/doc/LLM/Overview/install_gpu.md +++ b/docs/readthedocs/source/doc/LLM/Overview/install_gpu.md @@ -18,7 +18,7 @@ To apply Intel GPU acceleration, there're several prerequisite steps for tools i * Step 2: Install or update to latest [GPU driver](https://www.intel.com/content/www/us/en/download/785597/intel-arc-iris-xe-graphics-windows.html) -* Step 3 (Recommended): Install [Miniconda](https://docs.anaconda.com/free/miniconda/) for Python environment management. Choose **Miniconda installer for Windows**. +* Step 3 (Recommended): Install [Miniconda](https://docs.anaconda.com/free/miniconda/) for Python environment management. Choose Miniconda installer for Windows. * Step 4: Install IntelĀ® oneAPI Base Toolkit 2024.0: @@ -36,7 +36,7 @@ To apply Intel GPU acceleration, there're several prerequisite steps for tools i ``ipex-llm`` is tested with Python 3.9, 3.10 and 3.11. Python 3.9 is recommended for best practices. ``` - Then, use `pip` to install the **Intel oneAPI Base Toolkit 2024.0**: + Then, use `pip` to install the Intel oneAPI Base Toolkit 2024.0: ```cmd pip install dpcpp-cpp-rt==2024.0.2 mkl-dpcpp==2024.0.0 onednn==2024.0.0 ``` diff --git a/docs/readthedocs/source/doc/LLM/Quickstart/install_linux_gpu.md b/docs/readthedocs/source/doc/LLM/Quickstart/install_linux_gpu.md index 30decb16515..0bef0beb500 100644 --- a/docs/readthedocs/source/doc/LLM/Quickstart/install_linux_gpu.md +++ b/docs/readthedocs/source/doc/LLM/Quickstart/install_linux_gpu.md @@ -19,7 +19,7 @@ IPEX-LLM currently supports the Ubuntu 20.04 operating system and later, and sup sudo tee /etc/apt/sources.list.d/intel-gpu-jammy.list ``` - > + * Install drivers @@ -41,9 +41,9 @@ IPEX-LLM currently supports the Ubuntu 20.04 operating system and later, and sup sudo reboot ``` - > + - > + * Configure permissions @@ -67,9 +67,9 @@ IPEX-LLM currently supports the Ubuntu 20.04 operating system and later, and sup sudo apt install intel-basekit=2024.0.1-43 ``` - > image-20240221102252565 + image-20240221102252565 - > image-20240221102252565 + image-20240221102252565 ### Setup Python Environment