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
8aa9d452
Unverified
Commit
8aa9d452
authored
Jun 13, 2023
by
Rhett Ying
Committed by
GitHub
Jun 13, 2023
Browse files
[Dev]Update create_dev_conda_env.sh to enable cu118
parent
5641594c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
script/create_dev_conda_env.sh
script/create_dev_conda_env.sh
+1
-1
No files found.
script/create_dev_conda_env.sh
View file @
8aa9d452
#!/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
,11.8
"
readonly
TORCH_VERSION
=
"1.12.0"
readonly
TORCH_VERSION
=
"1.12.0"
readonly
PYTHON_VERSION
=
"3.7"
readonly
PYTHON_VERSION
=
"3.7"
...
...
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