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
616dbe09
Commit
616dbe09
authored
Jun 26, 2021
by
rusty1s
Browse files
[ci skip]
parent
056b0719
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+4
-4
conda/pytorch-sparse/meta.yaml
conda/pytorch-sparse/meta.yaml
+1
-1
No files found.
.github/workflows/building-conda.yml
View file @
616dbe09
...
@@ -11,11 +11,11 @@ jobs:
...
@@ -11,11 +11,11 @@ jobs:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
# os: [ubuntu-16.04, macos-10.15, windows-latest]
# os: [ubuntu-16.04, macos-10.15, windows-latest]
os
:
[
ubuntu-16.04
]
os
:
[
windows-latest
]
python-version
:
[
3.6
,
3.7
,
3.8
,
3.9
]
python-version
:
[
3.6
]
#
, 3.7, 3.8, 3.9]
torch-version
:
[
1.8.0
,
1.9.0
]
torch-version
:
[
1.8.0
]
#
, 1.9.0]
# cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
# cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
cuda-version
:
[
'
cu
111
'
]
cuda-version
:
[
'
c
p
u'
]
exclude
:
exclude
:
-
torch-version
:
1.9.0
-
torch-version
:
1.9.0
cuda-version
:
'
cu101'
cuda-version
:
'
cu101'
...
...
conda/pytorch-sparse/meta.yaml
View file @
616dbe09
...
@@ -26,7 +26,7 @@ requirements:
...
@@ -26,7 +26,7 @@ requirements:
build
:
build
:
string
:
py{{ environ.get('PYTHON_VERSION').replace('.', '') }}_torch_{{ environ['TORCH_VERSION'] }}_{{ environ['CUDA_VERSION'] }}
string
:
py{{ environ.get('PYTHON_VERSION').replace('.', '') }}_torch_{{ environ['TORCH_VERSION'] }}_{{ environ['CUDA_VERSION'] }}
script
:
WITH_METIS=1 p
ip
install
.
script
:
WITH_METIS=1 p
ython setup.py
install
script_env
:
script_env
:
-
FORCE_CUDA
-
FORCE_CUDA
preserve_egg_dir
:
True
preserve_egg_dir
:
True
...
...
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