We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8ef595 + fab3eb9 commit e60d889Copy full SHA for e60d889
README.md
@@ -3,10 +3,11 @@
3
2. Delete Python 3.7 support, because PyTorch 2.0 does not support it.
4
5
# How to use
6
-1. Go to Releases module, choose the versions of PYG you want and the right version of your Python environment.
7
-2. Download the zip file.
8
-3. ```unzip``` it, and ```cd ``` into the folder.
9
-4. ```pip install ./*```
+1. Be sure that you have installed ROCm 5.4.2 or newer versions. You can use ```rocm-smi``` to check it.
+2. Go to Releases module, choose the versions of PYG you want and the right version of your Python environment.
+3. Download the zip file.
+4. ```unzip``` it, and ```cd ``` into the folder.
10
+5. ```pip install ./*```
11
12
# Build environment
13
```
0 commit comments