chore: update readme
This commit is contained in:
parent
72c6f610fc
commit
fbeb9e14ad
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue