From fbeb9e14ad1693eaaf965ac6a358d9da8d1a5734 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 2 Sep 2025 21:43:07 +0200 Subject: [PATCH] chore: update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b61e454..0a1f0f6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Learn PyTorch -Code experimenting with PyTorch using Intel architecture (i.e., Intel Core Ultra processor with iGPU) or `xpu`. +> [!Important] +> Steps here to run PyTorch locally are specific to machines with Intel XPUs. + +Experimenting with PyTorch using Intel architecture (i.e., Intel Core Ultra processor with iGPU). 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. @@ -17,6 +20,7 @@ $ git clone https://git.ayo.run/ayo/learn-pytorch 3. Run `env.sh` to activate the conda environment and set ```bash +$ cd learn-python $ . env.sh ```