Small style fix in Install Guide (#10581)

* Remove strange bold style

* Small fix
This commit is contained in:
Yuwen Hu 2024-03-28 18:36:17 +08:00 committed by GitHub
parent 15b8964403
commit e6c5a6a5e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -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 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: * 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. ``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 ```cmd
pip install dpcpp-cpp-rt==2024.0.2 mkl-dpcpp==2024.0.0 onednn==2024.0.0 pip install dpcpp-cpp-rt==2024.0.2 mkl-dpcpp==2024.0.0 onednn==2024.0.0
``` ```

View file

@ -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 sudo tee /etc/apt/sources.list.d/intel-gpu-jammy.list
``` ```
> <img src="https://llm-assets.readthedocs.io/en/latest/_images/wget.png" width=100%; /> <img src="https://llm-assets.readthedocs.io/en/latest/_images/wget.png" width=100%; />
* Install drivers * Install drivers
@ -41,9 +41,9 @@ IPEX-LLM currently supports the Ubuntu 20.04 operating system and later, and sup
sudo reboot sudo reboot
``` ```
> <img src="https://llm-assets.readthedocs.io/en/latest/_images/i915.png" width=100%; /> <img src="https://llm-assets.readthedocs.io/en/latest/_images/i915.png" width=100%; />
> <img src="https://llm-assets.readthedocs.io/en/latest/_images/gawk.png" width=100%; /> <img src="https://llm-assets.readthedocs.io/en/latest/_images/gawk.png" width=100%; />
* Configure permissions * 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 sudo apt install intel-basekit=2024.0.1-43
``` ```
> <img src="https://llm-assets.readthedocs.io/en/latest/_images/oneapi.png" alt="image-20240221102252565" width=100%; /> <img src="https://llm-assets.readthedocs.io/en/latest/_images/oneapi.png" alt="image-20240221102252565" width=100%; />
> <img src="https://llm-assets.readthedocs.io/en/latest/_images/basekit.png" alt="image-20240221102252565" width=100%; /> <img src="https://llm-assets.readthedocs.io/en/latest/_images/basekit.png" alt="image-20240221102252565" width=100%; />
### Setup Python Environment ### Setup Python Environment