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
ecc4df35
Commit
ecc4df35
authored
Jun 25, 2021
by
rusty1s
Browse files
[skip ci] build conda
parent
c47e71b6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+3
-3
conda/pytorch-spline-conv/README.md
conda/pytorch-spline-conv/README.md
+0
-0
conda/pytorch-spline-conv/build_conda.sh
conda/pytorch-spline-conv/build_conda.sh
+1
-1
conda/pytorch-spline-conv/meta.yaml
conda/pytorch-spline-conv/meta.yaml
+0
-0
No files found.
.github/workflows/building-conda.yml
View file @
ecc4df35
...
...
@@ -52,7 +52,7 @@ jobs:
-
name
:
Build Conda package for CPU
if
:
${{ matrix.cuda-version == 'cpu' }}
run
:
|
FORCE_CUDA=0 ./conda/build_conda.sh ${{ matrix.python-version }} ${{ matrix.torch-version }} ${{ matrix.cuda-version }}
FORCE_CUDA=0 ./conda/
pytorch-spline-conv/
build_conda.sh ${{ matrix.python-version }} ${{ matrix.torch-version }} ${{ matrix.cuda-version }}
shell
:
bash -l {0}
...
...
@@ -60,14 +60,14 @@ jobs:
if
:
${{ matrix.cuda-version != 'cpu' }}
run
:
|
source .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}-env.sh
FORCE_CUDA=1 ./conda/build_conda.sh ${{ matrix.python-version }} ${{ matrix.torch-version }} ${{ matrix.cuda-version }}
FORCE_CUDA=1 ./conda/
pytorch-spline-conv/
build_conda.sh ${{ matrix.python-version }} ${{ matrix.torch-version }} ${{ matrix.cuda-version }}
shell
:
bash -l {0}
-
name
:
Publish Conda package
run
:
|
conda install anaconda-client --yes
anaconda upload --force --label main
.
/conda/*/*.tar.bz2
anaconda upload --force --label main
$HOME
/conda
-bld
/*/*.tar.bz2
env
:
ANACONDA_API_TOKEN
:
${{ secrets.ANACONDA_TOKEN }}
shell
:
...
...
conda/README.md
→
conda/
pytorch-spline-conv/
README.md
View file @
ecc4df35
File moved
conda/build_conda.sh
→
conda/
pytorch-spline-conv/
build_conda.sh
View file @
ecc4df35
...
...
@@ -30,4 +30,4 @@ echo "PyTorch $TORCH_VERSION+$CUDA_VERSION"
echo
"-
$CONDA_PYTORCH_CONSTRAINT
"
echo
"-
$CONDA_CUDATOOLKIT_CONSTRAINT
"
conda build
.
-c
defaults
-c
nvidia
-c
pytorch
--output-folder
.
conda build
.
-c
defaults
-c
nvidia
-c
pytorch
--output-folder
"
$HOME
/conda-bld"
conda/meta.yaml
→
conda/
pytorch-spline-conv/
meta.yaml
View file @
ecc4df35
File moved
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