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
nerfacc
Commits
7a81e145
Unverified
Commit
7a81e145
authored
Apr 05, 2023
by
Ruilong Li(李瑞龙)
Committed by
GitHub
Apr 05, 2023
Browse files
Workflow (#190)
* update workflow * tiny fix * format * format * fix workflow
parent
72170002
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.github/workflows/building.yml
.github/workflows/building.yml
+3
-3
No files found.
.github/workflows/building.yml
View file @
7a81e145
...
...
@@ -64,7 +64,7 @@ jobs:
-
name
:
Install CUDA ${{ matrix.cuda-version }}
if
:
${{ matrix.cuda-version != 'cpu' }}
run
:
|
bash .github/workflows/cuda/${{ matrix.cuda-version }}
-${{ runner.os }}.sh
bash .github/workflows/cuda/${{
runner.os }}.sh ${{
matrix.cuda-version }}
-
name
:
Install PyTorch ${{ matrix.torch-version }}+${{ matrix.cuda-version }}
run
:
|
...
...
@@ -102,7 +102,7 @@ jobs:
-
name
:
Install main package for GPU
if
:
${{ matrix.cuda-version != 'cpu' }}
run
:
|
source .github/workflows/cuda/${{
matrix.cuda-version }}-${{ runner.os }}-env.sh
source .github/workflows/cuda/${{
runner.os }}-env.sh ${{ matrix.cuda-version }}
pip install .
shell
:
bash
...
...
@@ -114,7 +114,7 @@ jobs:
-
name
:
Build wheel
run
:
|
pip install wheel
source .github/workflows/cuda/${{
matrix.cuda-version }}-${{ runner.os }}-env.sh
source .github/workflows/cuda/${{
runner.os }}-env.sh ${{ matrix.cuda-version }}
python setup.py bdist_wheel --dist-dir=dist
shell
:
bash
...
...
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