Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added cross-links #12494

Merged
merged 6 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/mddocs/Quickstart/install_linux_gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
<b>< English</b> | <a href='./install_linux_gpu.zh-CN.md'>中文</a> >
</p>

This guide demonstrates how to install IPEX-LLM on Linux with Intel GPUs. It applies to Intel Data Center GPU Flex Series and Max Series, as well as Intel Arc Series GPU and Intel iGPU.
This guide demonstrates how to install IPEX-LLM on Linux with Intel GPUs. It applies to Intel Data Center GPU Flex Series and Max Series, as well as Intel Arc Series GPU and Intel iGPU.

> [!NOTE]
> For Windows installation, refer to this [guide](./install_windows_gpu.md).
joan726 marked this conversation as resolved.
Show resolved Hide resolved

IPEX-LLM recommends to use the Ubuntu 22.04 operating system with Linux kernel 6.2 or 6.5. This page demonstrates IPEX-LLM with PyTorch 2.1. Check the [Installation](../Overview/install_gpu.md#linux) page for more details.

Expand Down
3 changes: 3 additions & 0 deletions docs/mddocs/Quickstart/install_linux_gpu.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

本指南将引导你如何在带有 Intel GPU 的 Linux 系统上安装 IPEX-LLM。适用于 Intel 数据中心的 GPU Flex 和 Max 系列,以及 Intel Arc 系列 GPU 和 Intel iGPU。

> [!NOTE]
> 如果是在 Windows 系统上安装,请参阅本[指南](./install_windows_gpu.zh-CN.md).

我们建议使用带有 Linux 内核 6.2 或 6.5 的 Ubuntu 22.04 操作系统上使用 IPEX-LLM。本页演示了如何在 PyTorch 2.1 中使用 IPEX-LLM。你可以查看[完整安装页面](../Overview/install_gpu.md#linux)了解更多详细信息。

## 目录
Expand Down
3 changes: 3 additions & 0 deletions docs/mddocs/Quickstart/install_windows_gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

This guide demonstrates how to install IPEX-LLM on Windows with Intel GPUs.

> [!NOTE]
> For Linux installation, refer to this [guide](./install_linux_gpu.md).
joan726 marked this conversation as resolved.
Show resolved Hide resolved

It applies to Intel Core Ultra and Core 11 - 14 gen integrated GPUs (iGPUs), as well as Intel Arc Series GPU.

## Table of Contents
Expand Down
2 changes: 2 additions & 0 deletions docs/mddocs/Quickstart/install_windows_gpu.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
</p>

本指南将引导你如何在具有 Intel GPUs 的 Windows 系统上安装 IPEX-LLM。
> [!NOTE]
> 如果是在 Linux 系统上安装,请参阅本[指南](./install_linux_gpu.zh-CN.md).

适用于 Intel Core Ultra 和 Core 11-14 代集成的 GPUs (iGPUs),以及 Intel Arc 系列 GPU。

Expand Down