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-spline-conv
Commits
ad2a1c7a
Commit
ad2a1c7a
authored
Nov 13, 2022
by
rusty1s
Browse files
update
parent
3e7d23e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+2
-1
conda/pytorch-spline-conv/meta.yaml
conda/pytorch-spline-conv/meta.yaml
+1
-1
No files found.
.github/workflows/building-conda.yml
View file @
ad2a1c7a
...
@@ -10,7 +10,8 @@ jobs:
...
@@ -10,7 +10,8 @@ jobs:
strategy
:
strategy
:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
os
:
[
ubuntu-18.04
,
macos-10.15
,
windows-2019
]
# os: [ubuntu-18.04, macos-10.15, windows-2019]
os
:
[
windows-2019
]
python-version
:
[
'
3.7'
,
'
3.8'
,
'
3.9'
,
'
3.10'
]
python-version
:
[
'
3.7'
,
'
3.8'
,
'
3.9'
,
'
3.10'
]
torch-version
:
[
1.13.0
]
# [1.12.0, 1.13.0]
torch-version
:
[
1.13.0
]
# [1.12.0, 1.13.0]
cuda-version
:
[
'
cpu'
,
'
cu102'
,
'
cu113'
,
'
cu116'
,
'
cu117'
]
cuda-version
:
[
'
cpu'
,
'
cu102'
,
'
cu113'
,
'
cu116'
,
'
cu117'
]
...
...
conda/pytorch-spline-conv/meta.yaml
View file @
ad2a1c7a
...
@@ -22,7 +22,7 @@ requirements:
...
@@ -22,7 +22,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
:
pip install .
script
:
pip install
--verbose
.
script_env
:
script_env
:
-
FORCE_CUDA
-
FORCE_CUDA
-
TORCH_CUDA_ARCH_LIST
-
TORCH_CUDA_ARCH_LIST
...
...
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