"src/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "077e002fe54d3438071a41772f2a0d3fdbd8814c"
Unverified Commit aa795b28 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[Dev] upgrade pytorch/cuda/python version in dev conda env (#5984)

parent 25517e8f
#!/bin/bash #!/bin/bash
readonly CUDA_VERSIONS="10.2,11.3,11.6,11.7,11.8" readonly CUDA_VERSIONS="11.6,11.7,11.8"
readonly TORCH_VERSION="1.12.0" readonly TORCH_VERSION="1.13.0"
readonly PYTHON_VERSION="3.7" readonly PYTHON_VERSION="3.8"
usage() { usage() {
cat << EOF cat << EOF
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment