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]
|
||||
|
||||
```bash
|
||||
pip3 install numpy
|
||||
# use the nvidia CUDA or CPU only packages if required.
|
||||
# I use the ROCm packages, so the repo uses the ROCm packages.
|
||||
pip3 install numpy pandas matplotlib
|
||||
# I use the ROCm packages
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user