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
095902d9
"benchmarks/vscode:/vscode.git/clone" did not exist on "e41452e862dd324cba4e5e082d50fd1d7977a536"
Commit
095902d9
authored
Jun 16, 2021
by
rusty1s
Browse files
[skip ci] build pytorch 1.9.0
parent
bcb73c5d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
10 deletions
+14
-10
.github/workflows/building.yml
.github/workflows/building.yml
+14
-10
No files found.
.github/workflows/building.yml
View file @
095902d9
...
@@ -10,10 +10,12 @@ jobs:
...
@@ -10,10 +10,12 @@ jobs:
strategy
:
strategy
:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
os
:
[
ubuntu-18.04
,
macos-10.15
,
windows-latest
]
# os: [ubuntu-18.04, macos-10.15, windows-latest]
os
:
[
windows-latest
]
python-version
:
[
3.6
,
3.7
,
3.8
,
3.9
]
python-version
:
[
3.6
,
3.7
,
3.8
,
3.9
]
torch-version
:
[
1.8.0
]
torch-version
:
[
1.8.0
]
cuda-version
:
[
'
cpu'
,
'
cu101'
,
'
cu102'
,
'
cu111'
]
# cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
cuda-version
:
[
'
cpu'
]
exclude
:
exclude
:
-
torch-version
:
1.9.0
-
torch-version
:
1.9.0
cuda-version
:
'
cu101'
cuda-version
:
'
cu101'
...
@@ -69,11 +71,13 @@ jobs:
...
@@ -69,11 +71,13 @@ jobs:
pip install wheel
pip install wheel
python setup.py bdist_wheel --dist-dir=dist
python setup.py bdist_wheel --dist-dir=dist
# - name: Upload wheel
-
name
:
Configure AWS
# uses: shallwefootball/s3-upload-action@master
uses
:
aws-actions/configure-aws-credentials@v1
# with:
with
:
# aws_key_id: ${{ secrets.AWS_KEY_ID }}
aws-access-key-id
:
${{ secrets.AWS_KEY_ID }}
# aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
aws-secret-access-key
:
${{ secrets.AWS_SECRET_ACCESS_KEY }}
# aws_bucket: 'pytorch-geometric.com'
aws-region
:
us-east-1
# source_dir: 'dist'
# destination_dir: 'whl/torch-${{ matrix.torch-version }}+${{ matrix.cuda-version }}'
-
name
:
Upload wheel
run
:
|
aws s3 sync dist s3://pytorch-geometric.com/whl/${{ matrix.torch-version }}+${{ matrix.cuda-version }} --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers
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