Skip to content

Commit 4949299

Browse files
committed
Fixes to pytorch tensorflow for GPUOpen
1 parent 5332ca1 commit 4949299

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pytorch-tensorflow-env/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ We recommend following the instructions on the [official ROCm TensorFlow website
4747

4848
*Note*: We also strongly recommend using Docker image with [PyTorch](https://rocm.docs.amd.com/en/latest/how_to/pytorch_install/pytorch_install.html#option-1-recommended-use-docker-image-with-pytorch-pre-installed) or [TensorFlow](https://rocm.docs.amd.com/en/latest/how_to/tensorflow_install/tensorflow_install.html#option-1-install-tensorflow-using-docker-image) pre-installed. The reason is that if you create a virtual environment or conda environment, certain ROCm dependencies may not be properly installed. It can be non-trivial to install dependencies.
4949

50-
*Note*: You don’t need flag --gpus all to run docker on AMD GPUs.
50+
*Note*: You don’t need flag `--gpus all` to run docker on AMD GPUs.
5151

5252
## Git clone the source code you want to run
5353

@@ -93,10 +93,10 @@ Note: the installation location may have the version number such as */opt/rocm-5
9393

9494
We recommend following the below tutorials for this option.
9595

96-
- https://rocm.docs.amd.com/projects/HIPIFY/en/latest/
97-
- https://enccs.github.io/amd-rocm-development/porting_hip/
96+
- [https://rocm.docs.amd.com/projects/HIPIFY/en/latest/](https://rocm.docs.amd.com/projects/HIPIFY/en/latest/)
97+
- [https://enccs.github.io/amd-rocm-development/porting_hip/](https://enccs.github.io/amd-rocm-development/porting_hip/)
9898
- [Tutorial on Porting CUDA to HIP](https://www.youtube.com/watch?v=57FwfePRd-Y)
99-
- https://www.admin-magazine.com/HPC/Articles/Porting-CUDA-to-HIP
99+
- [https://www.admin-magazine.com/HPC/Articles/Porting-CUDA-to-HIP](https://www.admin-magazine.com/HPC/Articles/Porting-CUDA-to-HIP)
100100

101101
## Commit changes to Docker Image
102102

0 commit comments

Comments
 (0)