Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
aa795b28
Unverified
Commit
aa795b28
authored
Jul 11, 2023
by
Rhett Ying
Committed by
GitHub
Jul 11, 2023
Browse files
[Dev] upgrade pytorch/cuda/python version in dev conda env (#5984)
parent
25517e8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
script/create_dev_conda_env.sh
script/create_dev_conda_env.sh
+3
-3
No files found.
script/create_dev_conda_env.sh
View file @
aa795b28
#!/bin/bash
readonly
CUDA_VERSIONS
=
"
10.2,11.3,
11.6,11.7,11.8"
readonly
TORCH_VERSION
=
"1.1
2
.0"
readonly
PYTHON_VERSION
=
"3.
7
"
readonly
CUDA_VERSIONS
=
"11.6,11.7,11.8"
readonly
TORCH_VERSION
=
"1.1
3
.0"
readonly
PYTHON_VERSION
=
"3.
8
"
usage
()
{
cat
<<
EOF
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment