[GraphBolt]support torch2.4&cuda12.4 (#7629)

This commit is contained in:
pyynb
2024-08-01 16:36:43 +08:00
committed by GitHub
parent 65f85b50bb
commit d7461cd10a
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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