add cpu pytorch instructions
This commit is contained in:
@@ -25,11 +25,11 @@ source .venv/bin/activate
|
|||||||
For instructions installing pytorch refer to the [PyTorch Home page]
|
For instructions installing pytorch refer to the [PyTorch Home page]
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip3 install numpy
|
pip3 install numpy pandas matplotlib
|
||||||
# use the nvidia CUDA or CPU only packages if required.
|
# I use the ROCm packages
|
||||||
# I use the ROCm packages, so the repo uses the ROCm packages.
|
|
||||||
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.4
|
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.4
|
||||||
pip3 install pandas matplotlib
|
# if you need the CPU only package
|
||||||
|
# pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu
|
||||||
```
|
```
|
||||||
|
|
||||||
## Running the code
|
## Running the code
|
||||||
|
|||||||
Reference in New Issue
Block a user