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 ```