Skip to content

Commit

Permalink
Small style fix in Install Guide (#10581)
Browse files Browse the repository at this point in the history
* Remove strange bold style

* Small fix
  • Loading branch information
Oscilloscope98 authored Mar 28, 2024
1 parent 15b8964 commit e6c5a6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/readthedocs/source/doc/LLM/Overview/install_gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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
```
Expand Down
10 changes: 5 additions & 5 deletions docs/readthedocs/source/doc/LLM/Quickstart/install_linux_gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

> <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

Expand All @@ -41,9 +41,9 @@ IPEX-LLM currently supports the Ubuntu 20.04 operating system and later, and sup
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
Expand All @@ -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
```
> <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
Expand Down

0 comments on commit e6c5a6a

Please sign in to comment.