From 5326f4826401b6444e890e9497ed8369b1b06038 Mon Sep 17 00:00:00 2001 From: Looong01 <69568351+Looong01@users.noreply.github.com> Date: Tue, 7 Feb 2023 18:16:02 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 67aa682..c974ceb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +# Install +1. Be sure that you have installed ROCm 5.2 or newer versions. You can use ```rocm-smi``` to check it. +2. Download the wheels you want here (https://github.com/Looong01/pyg-rocm-build/releases/). +3. ```unzip``` +4. Enter the Python environment with PyTorch-1.13 (or newer versions). +5. ```pip install ``` + # Build environment ``` Ubuntu 22.04 From fab3eb92f2e1c9219d343d923c927c88a58948d6 Mon Sep 17 00:00:00 2001 From: Looong01 <69568351+Looong01@users.noreply.github.com> Date: Mon, 20 Feb 2023 13:23:46 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c974ceb..74c488c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,6 @@ # Build environment ``` Ubuntu 22.04 -PyTorch 1.13 +PyTorch 2.0.0 ROCm 5.4.2 ```