From b094d466080b161153a67d3bff24139f3cf26b28 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 2 Sep 2025 21:21:53 +0200 Subject: [PATCH] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c66dbfc..8306daa 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Code experimenting with PyTorch using Intel architecture (i.e., Intel Core Ultra processor with iGPU) or `xpu`. -After installing `ipex-llm` which is required to use Intel GPUs (see documentation in [Links](#Links)), you can should have access to `conda` and be able to `import torch` normally. +After installing `ipex-llm` which is required to use Intel GPUs (see documentation in [Links](#links)), you can should have access to `conda` and be able to `import torch` normally. ## Setup