mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-03 19:34:33 +08:00
[GraphBolt]support torch2.4&cuda12.4 (#7629)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
readonly CUDA_VERSIONS="11.8,12.1"
|
||||
readonly CUDA_VERSIONS="11.8,12.1,12.4"
|
||||
readonly TORCH_VERSION="2.1.0"
|
||||
readonly PYTHON_VERSION="3.10"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ dependencies:
|
||||
- pandoc
|
||||
- pygraphviz
|
||||
- pip:
|
||||
- --find-links https://download.pytorch.org/whl/torch_stable.html
|
||||
- --find-links https://download.pytorch.org/whl/torch/
|
||||
- cmake>=3.18
|
||||
- cython
|
||||
- filelock
|
||||
|
||||
Reference in New Issue
Block a user