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
torch-sparse
Commits
8cdb5282
Commit
8cdb5282
authored
Jun 30, 2022
by
rusty1s
Browse files
fix conda build [ci skip]
parent
587d1d02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
conda/pytorch-sparse/build_conda.sh
conda/pytorch-sparse/build_conda.sh
+5
-1
No files found.
conda/pytorch-sparse/build_conda.sh
View file @
8cdb5282
...
...
@@ -39,4 +39,8 @@ echo "PyTorch $TORCH_VERSION+$CUDA_VERSION"
echo
"-
$CONDA_PYTORCH_CONSTRAINT
"
echo
"-
$CONDA_CUDATOOLKIT_CONSTRAINT
"
conda build
.
-c
pytorch
-c
pyg
-c
default
-c
nvidia
--output-folder
"
$HOME
/conda-bld"
if
[
"
${
CUDA_VERSION
}
"
=
"cu116"
]
;
then
conda build
.
-c
pytorch
-c
default
-c
nvidia
-c
conda-forge
--output-folder
"
$HOME
/conda-bld"
else
conda build
.
-c
pytorch
-c
default
-c
nvidia
--output-folder
"
$HOME
/conda-bld"
fi
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