"tools/python/vscode:/vscode.git/clone" did not exist on "cabad6d5fba85ea8095e2942868535903aaffd95"
Commit f9ee2308 authored by rusty1s's avatar rusty1s
Browse files

[skip ci] build pytorch 1.9.0

parent 2fb9ffa3
...@@ -12,7 +12,7 @@ jobs: ...@@ -12,7 +12,7 @@ jobs:
matrix: matrix:
os: [ubuntu-18.04, macos-10.15, windows-latest] os: [ubuntu-18.04, macos-10.15, 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, 1.9.0] torch-version: [1.9.0]
cuda-version: ['cpu', 'cu101', 'cu102', 'cu111'] cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
exclude: exclude:
- torch-version: 1.9.0 - torch-version: 1.9.0
...@@ -69,11 +69,11 @@ jobs: ...@@ -69,11 +69,11 @@ 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: Upload wheel
# uses: shallwefootball/s3-upload-action@master uses: shallwefootball/s3-upload-action@master
# with: with:
# aws_key_id: ${{ secrets.AWS_KEY_ID }} aws_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_bucket: 'pytorch-geometric.com'
# source_dir: 'dist' source_dir: 'dist'
# destination_dir: 'whl/torch-${{ matrix.torch-version }}+${{ matrix.cuda-version }}' destination_dir: 'whl/torch-${{ matrix.torch-version }}+${{ matrix.cuda-version }}'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment