Unverified Commit 26b245a0 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[BugFix] fix torch cuda version (#5426)

parent bfd411d0
#!/bin/bash #!/bin/bash
readonly CUDA_VERSIONS="10.2,11.3,11.6,11.7" readonly CUDA_VERSIONS="10.2,11.3,11.6,11.7"
readonly TORCH_VERSION="1.12" readonly TORCH_VERSION="1.12.0"
readonly PYTHON_VERSION="3.7" readonly PYTHON_VERSION="3.7"
usage() { usage() {
......
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