chore: update readme

This commit is contained in:
Ayo Ayco 2025-09-02 21:43:07 +02:00
parent 72c6f610fc
commit fbeb9e14ad

View file

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