Skip to content

Commit

Permalink
Small typo fixes (#12558)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscilloscope98 authored Dec 17, 2024
1 parent a608f26 commit d127a86
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/mddocs/Overview/install_gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ We recommend using [Miniforge](https://conda-forge.org/download/) to create a py
The easiest ways to install `ipex-llm` is the following commands.

- For **Intel Core™ Ultra Processers (Series 2) with processor number 2xxV (code name Lunar Lake)**:
- For **Intel Core™ Ultra Processors (Series 2) with processor number 2xxV (code name Lunar Lake)**:

Choose either US or CN website for `extra-index-url`:

Expand Down Expand Up @@ -91,7 +91,7 @@ The easiest ways to install `ipex-llm` is the following commands.
If you encounter network issues when installing IPEX, you can also install IPEX-LLM dependencies for Intel XPU from source archives. First you need to download and install torch/torchvision/ipex from wheels listed below before installing `ipex-llm`.
- For **Intel Core™ Ultra Processers (Series 2) with processor number 2xxV (code name Lunar Lake)**:
- For **Intel Core™ Ultra Processors (Series 2) with processor number 2xxV (code name Lunar Lake)**:
Download the wheels on Windows system:
Expand Down Expand Up @@ -181,7 +181,7 @@ IPEX-LLM GPU support on Linux has been verified on:
* Intel iGPU

> [!IMPORTANT]
> For prerequisite installation on Intel Core™ Ultra Processers (Series 1) with processor number 1xxH/U/HL/UL (code name Meteor Lake), please refer to [this guide](../Quickstart/install_linux_gpu.md#install-prerequisites).
> For prerequisite installation on Intel Core™ Ultra Processors (Series 1) with processor number 1xxH/U/HL/UL (code name Meteor Lake), please refer to [this guide](../Quickstart/install_linux_gpu.md#install-prerequisites).
> [!Note]
> IPEX-LLM on Linux supports PyTorch 2.0 and PyTorch 2.1.
Expand Down
4 changes: 2 additions & 2 deletions docs/mddocs/Quickstart/install_linux_gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ IPEX-LLM recommends to use the Ubuntu 22.04 operating system with Linux kernel 6
## Table of Contents
- [Install Prerequisites](./install_linux_gpu.md#install-prerequisites)
- [Install GPU Driver](#install-gpu-driver)
- [For Intel Core™ Ultra Processers (Series 1) with processor number 1xxH/U/HL/UL (code name Meteor Lake)](#for-intel-core-ultra-processers-series-1-with-processor-number-1xxhuhlul-code-name-meteor-lake)
- [For Intel Core™ Ultra Processors (Series 1) with processor number 1xxH/U/HL/UL (code name Meteor Lake)](#for-intel-core-ultra-processors-series-1-with-processor-number-1xxhuhlul-code-name-meteor-lake)
- [For other Intel iGPU and dGPU](#for-other-intel-igpu-and-dgpu)
- [Install oneAPI](#install-oneapi)
- [Setup Python Environment](#setup-python-environment)
Expand All @@ -28,7 +28,7 @@ IPEX-LLM recommends to use the Ubuntu 22.04 operating system with Linux kernel 6

### Install GPU Driver

#### For Intel Core™ Ultra Processers (Series 1) with processor number 1xxH/U/HL/UL (code name Meteor Lake)
#### For Intel Core™ Ultra Processors (Series 1) with processor number 1xxH/U/HL/UL (code name Meteor Lake)

> [!NOTE]
> For IPEX-LLM on Linux with Meteor Lake integrated GPU, we have currently verified on Ubuntu 22.04 with kernel `6.5.0-35-generic`.
Expand Down
4 changes: 2 additions & 2 deletions docs/mddocs/Quickstart/install_linux_gpu.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
## 目录
- [系统环境安装](./install_linux_gpu.zh-CN.md#系统环境安装)
- [安装 GPU 驱动程序](./install_linux_gpu.zh-CN.md#安装-GPU-驱动程序)
- [适用于处理器编号为 1xxH/U/HL/UL 的第一代 Intel Core™ Ultra Processers(代号 Meteor Lake)](./install_linux_gpu.zh-CN.md#适用于处理器编号为-1xxhuhlul-的第一代-intel-core-ultra-processers代号-meteor-lake)
- [适用于处理器编号为 1xxH/U/HL/UL 的第一代 Intel Core™ Ultra Processors(代号 Meteor Lake)](./install_linux_gpu.zh-CN.md#适用于处理器编号为-1xxhuhlul-的第一代-intel-core-ultra-processors代号-meteor-lake)
- [适用于其他 Intel iGPU 和 dGPU](./install_linux_gpu.zh-CN.md#适用于其他-intel-igpu-和-dgpu)
- [安装 oneAPI](./install_linux_gpu.zh-CN.md#安装-oneapi)
- [设置 Python 环境](./install_linux_gpu.zh-CN.md#设置-python-环境)
Expand All @@ -26,7 +26,7 @@
## 系统环境安装

### 安装 GPU 驱动程序
#### 适用于处理器编号为 1xxH/U/HL/UL 的第一代 Intel Core™ Ultra Processers(代号 Meteor Lake)
#### 适用于处理器编号为 1xxH/U/HL/UL 的第一代 Intel Core™ Ultra Processors(代号 Meteor Lake)

> [!NOTE]
> 我们目前已在具有内核 `6.5.0-35-generic` 的 Ubuntu 22.04 系统中验证过 IPEX-LLM 在 Meteor Lake iGPU 上的运行和使用。
Expand Down
2 changes: 1 addition & 1 deletion docs/mddocs/Quickstart/install_windows_gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ conda activate llm

With the `llm` environment active, use `pip` to install `ipex-llm` for GPU:

- For **Intel Core™ Ultra Processers (Series 2) with processor number 2xxV (code name Lunar Lake)**:
- For **Intel Core™ Ultra Processors (Series 2) with processor number 2xxV (code name Lunar Lake)**:

Choose either US or CN website for `extra-index-url`:

Expand Down
2 changes: 1 addition & 1 deletion docs/mddocs/Quickstart/install_windows_gpu.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ conda activate llm
## 安装 `ipex-llm`

`llm` 环境处于激活状态下,使用 `pip` 安装适用于 GPU 的 `ipex-llm`
- **对于处理器编号为 2xxV 的第二代 Intel Core™ Ultra Processers (代号 Lunar Lake)**
- **对于处理器编号为 2xxV 的第二代 Intel Core™ Ultra Processors (代号 Lunar Lake)**

可以根据区域选择不同的 `extra-index-url`,提供 US 和 CN 两个选项:

Expand Down

0 comments on commit d127a86

Please sign in to comment.