Skip to content

Commit d7461cd

Browse files
authored
[GraphBolt]support torch2.4&cuda12.4 (#7629)
1 parent 65f85b5 commit d7461cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

script/create_dev_conda_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
readonly CUDA_VERSIONS="11.8,12.1"
3+
readonly CUDA_VERSIONS="11.8,12.1,12.4"
44
readonly TORCH_VERSION="2.1.0"
55
readonly PYTHON_VERSION="3.10"
66

script/dgl_dev.yml.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- pandoc
1111
- pygraphviz
1212
- pip:
13-
- --find-links https://download.pytorch.org/whl/torch_stable.html
13+
- --find-links https://download.pytorch.org/whl/torch/
1414
- cmake>=3.18
1515
- cython
1616
- filelock

0 commit comments

Comments
 (0)