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
fac63968
"docs/vscode:/vscode.git/clone" did not exist on "b07a3e668472dad44df676b8a72d23db67d4fced"
Commit
fac63968
authored
Nov 14, 2022
by
rusty1s
Browse files
update
parent
ad2a1c7a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
conda/pytorch-spline-conv/bld.bat
conda/pytorch-spline-conv/bld.bat
+2
-0
conda/pytorch-spline-conv/build.sh
conda/pytorch-spline-conv/build.sh
+1
-0
conda/pytorch-spline-conv/meta.yaml
conda/pytorch-spline-conv/meta.yaml
+1
-1
No files found.
conda/pytorch-spline-conv/bld.bat
0 → 100644
View file @
fac63968
"
%PYTHON%
"
-m
pip
install
--verbose
.
if
errorlevel
1
exit
1
conda/pytorch-spline-conv/build.sh
0 → 100644
View file @
fac63968
$PYTHON
-m
pip
install
.
conda/pytorch-spline-conv/meta.yaml
View file @
fac63968
...
@@ -22,10 +22,10 @@ requirements:
...
@@ -22,10 +22,10 @@ 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 --verbose .
script_env
:
script_env
:
-
FORCE_CUDA
-
FORCE_CUDA
-
TORCH_CUDA_ARCH_LIST
-
TORCH_CUDA_ARCH_LIST
preserve_egg_dir
:
True
test
:
test
:
imports
:
imports
:
...
...
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