From 32fec1e08188b461d631a6e3d49cf57d35728d07 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 2 Sep 2025 22:51:42 +0200 Subject: [PATCH] chore: update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 79c7d20..72a182f 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Experimenting with PyTorch using Intel architecture (i.e., Intel Core Ultra proc After installing `ipex-llm` which is required to use Intel GPUs (see [Setup](#setup)), you will have access to `conda` and be able to `import torch` normally. +The XPU is an accelerator for working with Tensors. + ## Setup 1. [Install IPEX-LLM on Intel GPU with PyTorch 2.6](https://git.ayo.run/ayo/ipex-llm/src/branch/main/docs/mddocs/Quickstart/install_pytorch26_gpu.md)