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-scatter
Commits
cf887f24
Commit
cf887f24
authored
Jun 16, 2021
by
rusty1s
Browse files
[skip ci] macos
parent
3020da69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
.github/workflows/building.yml
.github/workflows/building.yml
+7
-0
No files found.
.github/workflows/building.yml
View file @
cf887f24
...
@@ -23,6 +23,7 @@ jobs:
...
@@ -23,6 +23,7 @@ jobs:
-
name
:
Update pip
-
name
:
Update pip
run
:
|
run
:
|
echo ${{ runner.os }}
pip install --upgrade pip
pip install --upgrade pip
-
name
:
Install CUDA ${{ matrix.cuda-version }}
-
name
:
Install CUDA ${{ matrix.cuda-version }}
...
@@ -31,9 +32,15 @@ jobs:
...
@@ -31,9 +32,15 @@ jobs:
source .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}.sh
source .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}.sh
-
name
:
Install PyTorch ${{ matrix.torch-version }}+${{ matrix.cuda-version }}
-
name
:
Install PyTorch ${{ matrix.torch-version }}+${{ matrix.cuda-version }}
if
:
${{ runner.os != 'macos' }}
run
:
|
run
:
|
pip install torch==${{ matrix.torch-version}}+${{ matrix.cuda-version }} -f https://download.pytorch.org/whl/torch_stable.html
pip install torch==${{ matrix.torch-version}}+${{ matrix.cuda-version }} -f https://download.pytorch.org/whl/torch_stable.html
-
name
:
Install PyTorch ${{ matrix.torch-version }}+${{ matrix.cuda-version }} on macOS
if
:
${{ runner.os == 'macos' }}
run
:
|
pip install torch==${{ matrix.torch-version}} -f https://download.pytorch.org/whl/torch_stable.html
-
name
:
Install main package for CPU
-
name
:
Install main package for CPU
if
:
${{ matrix.cuda-version == 'cpu' }}
if
:
${{ matrix.cuda-version == 'cpu' }}
run
:
|
run
:
|
...
...
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