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.
1 parent 94392a0 commit 7ee0668Copy full SHA for 7ee0668
README.md
@@ -15,9 +15,11 @@
15
16
# Build environment
17
```
18
-Ubuntu 22.04
+Ubuntu 24.04 LTS
19
PyTorch 2.7 for Python 3.9~3.13
20
-ROCm 6.3.4
+ROCm 6.4.1
21
+GNU-13
22
+Clang-19
23
24
25
# Current version
build.sh
@@ -1,5 +1,5 @@
1
current_path=$(pwd)
2
-conda_path=$HOME/miniconda3/envs
+conda_path=/mnt/4T/miniconda3
3
4
for dir in pytorch_cluster pytorch_scatter pytorch_sparse pytorch_spline_conv
5
do
0 commit comments