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
678ef9bf
"...git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "af7eb4d6c5f5620fca854d1487f9f7d4b58c585c"
Commit
678ef9bf
authored
Jun 25, 2021
by
rusty1s
Browse files
[skip ci] build conda
parent
607e3420
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+1
-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 @
678ef9bf
...
@@ -28,7 +28,7 @@ jobs:
...
@@ -28,7 +28,7 @@ jobs:
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
-
name
:
Set up Conda for Python ${{ matrix.version }}
-
name
:
Set up Conda for Python ${{ matrix.
python-
version }}
uses
:
conda-incubator/setup-miniconda@v2
uses
:
conda-incubator/setup-miniconda@v2
with
:
with
:
python-version
:
${{ matrix.python-version }}
python-version
:
${{ matrix.python-version }}
...
...
conda/pytorch-spline-conv/meta.yaml
View file @
678ef9bf
...
@@ -17,7 +17,7 @@ requirements:
...
@@ -17,7 +17,7 @@ requirements:
-
{{
environ.get('CONDA_CUDATOOLKIT_CONSTRAINT')
}}
-
{{
environ.get('CONDA_CUDATOOLKIT_CONSTRAINT')
}}
build
:
build
:
string
:
py{{
py
}}_torch_{{ environ['TORCH_VERSION'] }}_{{ environ['CUDA_VERSION'] }}
string
:
py{{
environ.get('PYTHON_VERSION').replace('.', '')
}}_torch_{{ environ['TORCH_VERSION'] }}_{{ environ['CUDA_VERSION'] }}
script
:
python setup.py install
script
:
python setup.py install
script_env
:
script_env
:
-
CUDA_HOME
-
CUDA_HOME
...
...
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