"git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "56e226640e32194ba3a90c5e30cb1863cfcfd508"
Unverified Commit ab6f1ede authored by Huy Do's avatar Huy Do Committed by GitHub
Browse files

[Release-Only] Branch Cut - Bump vision Version 0.16.0 (#7913)

parent f1b4c7a6
...@@ -20,7 +20,7 @@ jobs: ...@@ -20,7 +20,7 @@ jobs:
gpu-arch-type: cuda gpu-arch-type: cuda
gpu-arch-version: "11.8" gpu-arch-version: "11.8"
fail-fast: false fail-fast: false
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.1
with: with:
repository: pytorch/vision repository: pytorch/vision
runner: ${{ matrix.runner }} runner: ${{ matrix.runner }}
...@@ -42,7 +42,7 @@ jobs: ...@@ -42,7 +42,7 @@ jobs:
- runner: macos-12 - runner: macos-12
- runner: macos-m1-12 - runner: macos-m1-12
fail-fast: false fail-fast: false
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.1
with: with:
repository: pytorch/vision repository: pytorch/vision
runner: ${{ matrix.runner }} runner: ${{ matrix.runner }}
...@@ -65,7 +65,7 @@ jobs: ...@@ -65,7 +65,7 @@ jobs:
gpu-arch-type: cuda gpu-arch-type: cuda
gpu-arch-version: "11.8" gpu-arch-version: "11.8"
fail-fast: false fail-fast: false
uses: pytorch/test-infra/.github/workflows/windows_job.yml@main uses: pytorch/test-infra/.github/workflows/windows_job.yml@release/2.1
with: with:
repository: pytorch/vision repository: pytorch/vision
runner: ${{ matrix.runner }} runner: ${{ matrix.runner }}
......
...@@ -15,12 +15,12 @@ on: ...@@ -15,12 +15,12 @@ on:
jobs: jobs:
generate-matrix: generate-matrix:
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.1
with: with:
package-type: conda package-type: conda
os: linux os: linux
test-infra-repository: pytorch/test-infra test-infra-repository: pytorch/test-infra
test-infra-ref: main test-infra-ref: release/2.1
build: build:
needs: generate-matrix needs: generate-matrix
strategy: strategy:
...@@ -34,13 +34,13 @@ jobs: ...@@ -34,13 +34,13 @@ jobs:
smoke-test-script: test/smoke_test.py smoke-test-script: test/smoke_test.py
package-name: torchvision package-name: torchvision
name: ${{ matrix.repository }} name: ${{ matrix.repository }}
uses: pytorch/test-infra/.github/workflows/build_conda_linux.yml@main uses: pytorch/test-infra/.github/workflows/build_conda_linux.yml@release/2.1
with: with:
conda-package-directory: ${{ matrix.conda-package-directory }} conda-package-directory: ${{ matrix.conda-package-directory }}
repository: ${{ matrix.repository }} repository: ${{ matrix.repository }}
ref: "" ref: ""
test-infra-repository: pytorch/test-infra test-infra-repository: pytorch/test-infra
test-infra-ref: main test-infra-ref: release/2.1
build-matrix: ${{ needs.generate-matrix.outputs.matrix }} build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
pre-script: ${{ matrix.pre-script }} pre-script: ${{ matrix.pre-script }}
post-script: ${{ matrix.post-script }} post-script: ${{ matrix.post-script }}
......
...@@ -15,12 +15,12 @@ on: ...@@ -15,12 +15,12 @@ on:
jobs: jobs:
generate-matrix: generate-matrix:
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.1
with: with:
package-type: conda package-type: conda
os: macos-arm64 os: macos-arm64
test-infra-repository: pytorch/test-infra test-infra-repository: pytorch/test-infra
test-infra-ref: main test-infra-ref: release/2.1
build: build:
needs: generate-matrix needs: generate-matrix
strategy: strategy:
...@@ -34,13 +34,13 @@ jobs: ...@@ -34,13 +34,13 @@ jobs:
smoke-test-script: test/smoke_test.py smoke-test-script: test/smoke_test.py
package-name: torchvision package-name: torchvision
name: ${{ matrix.repository }} name: ${{ matrix.repository }}
uses: pytorch/test-infra/.github/workflows/build_conda_macos.yml@main uses: pytorch/test-infra/.github/workflows/build_conda_macos.yml@release/2.1
with: with:
conda-package-directory: ${{ matrix.conda-package-directory }} conda-package-directory: ${{ matrix.conda-package-directory }}
repository: ${{ matrix.repository }} repository: ${{ matrix.repository }}
ref: "" ref: ""
test-infra-repository: pytorch/test-infra test-infra-repository: pytorch/test-infra
test-infra-ref: main test-infra-ref: release/2.1
build-matrix: ${{ needs.generate-matrix.outputs.matrix }} build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
pre-script: ${{ matrix.pre-script }} pre-script: ${{ matrix.pre-script }}
post-script: ${{ matrix.post-script }} post-script: ${{ matrix.post-script }}
......
...@@ -15,12 +15,12 @@ on: ...@@ -15,12 +15,12 @@ on:
jobs: jobs:
generate-matrix: generate-matrix:
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.1
with: with:
package-type: conda package-type: conda
os: macos os: macos
test-infra-repository: pytorch/test-infra test-infra-repository: pytorch/test-infra
test-infra-ref: main test-infra-ref: release/2.1
build: build:
needs: generate-matrix needs: generate-matrix
strategy: strategy:
...@@ -34,13 +34,13 @@ jobs: ...@@ -34,13 +34,13 @@ jobs:
smoke-test-script: test/smoke_test.py smoke-test-script: test/smoke_test.py
package-name: torchvision package-name: torchvision
name: ${{ matrix.repository }} name: ${{ matrix.repository }}
uses: pytorch/test-infra/.github/workflows/build_conda_macos.yml@main uses: pytorch/test-infra/.github/workflows/build_conda_macos.yml@release/2.1
with: with:
conda-package-directory: ${{ matrix.conda-package-directory }} conda-package-directory: ${{ matrix.conda-package-directory }}
repository: ${{ matrix.repository }} repository: ${{ matrix.repository }}
ref: "" ref: ""
test-infra-repository: pytorch/test-infra test-infra-repository: pytorch/test-infra
test-infra-ref: main test-infra-ref: release/2.1
build-matrix: ${{ needs.generate-matrix.outputs.matrix }} build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
pre-script: ${{ matrix.pre-script }} pre-script: ${{ matrix.pre-script }}
post-script: ${{ matrix.post-script }} post-script: ${{ matrix.post-script }}
......
...@@ -15,12 +15,12 @@ on: ...@@ -15,12 +15,12 @@ on:
jobs: jobs:
generate-matrix: generate-matrix:
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.1
with: with:
package-type: conda package-type: conda
os: windows os: windows
test-infra-repository: pytorch/test-infra test-infra-repository: pytorch/test-infra
test-infra-ref: main test-infra-ref: release/2.1
build: build:
needs: generate-matrix needs: generate-matrix
strategy: strategy:
...@@ -34,13 +34,13 @@ jobs: ...@@ -34,13 +34,13 @@ jobs:
smoke-test-script: test/smoke_test.py smoke-test-script: test/smoke_test.py
package-name: torchvision package-name: torchvision
name: ${{ matrix.repository }} name: ${{ matrix.repository }}
uses: pytorch/test-infra/.github/workflows/build_conda_windows.yml@main uses: pytorch/test-infra/.github/workflows/build_conda_windows.yml@release/2.1
with: with:
conda-package-directory: ${{ matrix.conda-package-directory }} conda-package-directory: ${{ matrix.conda-package-directory }}
repository: ${{ matrix.repository }} repository: ${{ matrix.repository }}
ref: "" ref: ""
test-infra-repository: pytorch/test-infra test-infra-repository: pytorch/test-infra
test-infra-ref: main test-infra-ref: release/2.1
build-matrix: ${{ needs.generate-matrix.outputs.matrix }} build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
pre-script: ${{ matrix.pre-script }} pre-script: ${{ matrix.pre-script }}
post-script: ${{ matrix.post-script }} post-script: ${{ matrix.post-script }}
......
...@@ -15,12 +15,12 @@ on: ...@@ -15,12 +15,12 @@ on:
jobs: jobs:
generate-matrix: generate-matrix:
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.1
with: with:
package-type: wheel package-type: wheel
os: linux-aarch64 os: linux-aarch64
test-infra-repository: pytorch/test-infra test-infra-repository: pytorch/test-infra
test-infra-ref: main test-infra-ref: release/2.1
with-cuda: disable with-cuda: disable
build: build:
needs: generate-matrix needs: generate-matrix
...@@ -34,12 +34,12 @@ jobs: ...@@ -34,12 +34,12 @@ jobs:
smoke-test-script: test/smoke_test.py smoke-test-script: test/smoke_test.py
package-name: torchvision package-name: torchvision
name: ${{ matrix.repository }} name: ${{ matrix.repository }}
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.1
with: with:
repository: ${{ matrix.repository }} repository: ${{ matrix.repository }}
ref: "" ref: ""
test-infra-repository: pytorch/test-infra test-infra-repository: pytorch/test-infra
test-infra-ref: main test-infra-ref: release/2.1
build-matrix: ${{ needs.generate-matrix.outputs.matrix }} build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
pre-script: ${{ matrix.pre-script }} pre-script: ${{ matrix.pre-script }}
post-script: ${{ matrix.post-script }} post-script: ${{ matrix.post-script }}
......
...@@ -15,12 +15,12 @@ on: ...@@ -15,12 +15,12 @@ on:
jobs: jobs:
generate-matrix: generate-matrix:
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.1
with: with:
package-type: wheel package-type: wheel
os: linux os: linux
test-infra-repository: pytorch/test-infra test-infra-repository: pytorch/test-infra
test-infra-ref: main test-infra-ref: release/2.1
build: build:
needs: generate-matrix needs: generate-matrix
strategy: strategy:
...@@ -33,12 +33,12 @@ jobs: ...@@ -33,12 +33,12 @@ jobs:
smoke-test-script: test/smoke_test.py smoke-test-script: test/smoke_test.py
package-name: torchvision package-name: torchvision
name: ${{ matrix.repository }} name: ${{ matrix.repository }}
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.1
with: with:
repository: ${{ matrix.repository }} repository: ${{ matrix.repository }}
ref: "" ref: ""
test-infra-repository: pytorch/test-infra test-infra-repository: pytorch/test-infra
test-infra-ref: main test-infra-ref: release/2.1
build-matrix: ${{ needs.generate-matrix.outputs.matrix }} build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
pre-script: ${{ matrix.pre-script }} pre-script: ${{ matrix.pre-script }}
post-script: ${{ matrix.post-script }} post-script: ${{ matrix.post-script }}
......
...@@ -15,12 +15,12 @@ on: ...@@ -15,12 +15,12 @@ on:
jobs: jobs:
generate-matrix: generate-matrix:
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.1
with: with:
package-type: wheel package-type: wheel
os: macos-arm64 os: macos-arm64
test-infra-repository: pytorch/test-infra test-infra-repository: pytorch/test-infra
test-infra-ref: main test-infra-ref: release/2.1
build: build:
needs: generate-matrix needs: generate-matrix
strategy: strategy:
...@@ -33,12 +33,12 @@ jobs: ...@@ -33,12 +33,12 @@ jobs:
smoke-test-script: test/smoke_test.py smoke-test-script: test/smoke_test.py
package-name: torchvision package-name: torchvision
name: ${{ matrix.repository }} name: ${{ matrix.repository }}
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@release/2.1
with: with:
repository: ${{ matrix.repository }} repository: ${{ matrix.repository }}
ref: "" ref: ""
test-infra-repository: pytorch/test-infra test-infra-repository: pytorch/test-infra
test-infra-ref: main test-infra-ref: release/2.1
build-matrix: ${{ needs.generate-matrix.outputs.matrix }} build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
pre-script: ${{ matrix.pre-script }} pre-script: ${{ matrix.pre-script }}
post-script: ${{ matrix.post-script }} post-script: ${{ matrix.post-script }}
......
...@@ -15,12 +15,12 @@ on: ...@@ -15,12 +15,12 @@ on:
jobs: jobs:
generate-matrix: generate-matrix:
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.1
with: with:
package-type: wheel package-type: wheel
os: macos os: macos
test-infra-repository: pytorch/test-infra test-infra-repository: pytorch/test-infra
test-infra-ref: main test-infra-ref: release/2.1
build: build:
needs: generate-matrix needs: generate-matrix
strategy: strategy:
...@@ -33,12 +33,12 @@ jobs: ...@@ -33,12 +33,12 @@ jobs:
smoke-test-script: test/smoke_test.py smoke-test-script: test/smoke_test.py
package-name: torchvision package-name: torchvision
name: ${{ matrix.repository }} name: ${{ matrix.repository }}
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@release/2.1
with: with:
repository: ${{ matrix.repository }} repository: ${{ matrix.repository }}
ref: "" ref: ""
test-infra-repository: pytorch/test-infra test-infra-repository: pytorch/test-infra
test-infra-ref: main test-infra-ref: release/2.1
build-matrix: ${{ needs.generate-matrix.outputs.matrix }} build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
pre-script: ${{ matrix.pre-script }} pre-script: ${{ matrix.pre-script }}
post-script: ${{ matrix.post-script }} post-script: ${{ matrix.post-script }}
......
...@@ -15,12 +15,12 @@ on: ...@@ -15,12 +15,12 @@ on:
jobs: jobs:
generate-matrix: generate-matrix:
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.1
with: with:
package-type: wheel package-type: wheel
os: windows os: windows
test-infra-repository: pytorch/test-infra test-infra-repository: pytorch/test-infra
test-infra-ref: main test-infra-ref: release/2.1
build: build:
needs: generate-matrix needs: generate-matrix
strategy: strategy:
...@@ -34,12 +34,12 @@ jobs: ...@@ -34,12 +34,12 @@ jobs:
smoke-test-script: test/smoke_test.py smoke-test-script: test/smoke_test.py
package-name: torchvision package-name: torchvision
name: ${{ matrix.repository }} name: ${{ matrix.repository }}
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@release/2.1
with: with:
repository: ${{ matrix.repository }} repository: ${{ matrix.repository }}
ref: "" ref: ""
test-infra-repository: pytorch/test-infra test-infra-repository: pytorch/test-infra
test-infra-ref: main test-infra-ref: release/2.1
build-matrix: ${{ needs.generate-matrix.outputs.matrix }} build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
pre-script: ${{ matrix.pre-script }} pre-script: ${{ matrix.pre-script }}
env-script: ${{ matrix.env-script }} env-script: ${{ matrix.env-script }}
......
...@@ -14,7 +14,7 @@ on: ...@@ -14,7 +14,7 @@ on:
jobs: jobs:
build: build:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.1
with: with:
repository: pytorch/vision repository: pytorch/vision
upload-artifact: docs upload-artifact: docs
...@@ -80,7 +80,7 @@ jobs: ...@@ -80,7 +80,7 @@ jobs:
((github.ref_type == 'branch' && github.ref_name == 'main') || github.ref_type == 'tag') ((github.ref_type == 'branch' && github.ref_name == 'main') || github.ref_type == 'tag')
permissions: permissions:
contents: write contents: write
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.1
with: with:
repository: pytorch/vision repository: pytorch/vision
download-artifact: docs download-artifact: docs
......
...@@ -11,7 +11,7 @@ on: ...@@ -11,7 +11,7 @@ on:
jobs: jobs:
python-source-and-configs: python-source-and-configs:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.1
with: with:
repository: pytorch/vision repository: pytorch/vision
script: | script: |
...@@ -37,7 +37,7 @@ jobs: ...@@ -37,7 +37,7 @@ jobs:
fi fi
c-source: c-source:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.1
with: with:
repository: pytorch/vision repository: pytorch/vision
script: | script: |
...@@ -69,9 +69,8 @@ jobs: ...@@ -69,9 +69,8 @@ jobs:
fi fi
echo '::endgroup::' echo '::endgroup::'
python-types: python-types:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.1
with: with:
repository: pytorch/vision repository: pytorch/vision
script: | script: |
...@@ -100,7 +99,7 @@ jobs: ...@@ -100,7 +99,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Run BC Lint Action - name: Run BC Lint Action
uses: pytorch/test-infra/.github/actions/bc-lint@main uses: pytorch/test-infra/.github/actions/bc-lint@release/2.1
with: with:
repo: ${{ github.event.pull_request.head.repo.full_name }} repo: ${{ github.event.pull_request.head.repo.full_name }}
base_sha: ${{ github.event.pull_request.base.sha }} base_sha: ${{ github.event.pull_request.base.sha }}
......
...@@ -20,7 +20,7 @@ jobs: ...@@ -20,7 +20,7 @@ jobs:
gpu-arch-type: cuda gpu-arch-type: cuda
gpu-arch-version: "11.8" gpu-arch-version: "11.8"
fail-fast: false fail-fast: false
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.1
with: with:
repository: pytorch/vision repository: pytorch/vision
runner: ${{ matrix.runner }} runner: ${{ matrix.runner }}
......
...@@ -26,7 +26,7 @@ jobs: ...@@ -26,7 +26,7 @@ jobs:
gpu-arch-type: cuda gpu-arch-type: cuda
gpu-arch-version: "11.8" gpu-arch-version: "11.8"
fail-fast: false fail-fast: false
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.1
with: with:
repository: pytorch/vision repository: pytorch/vision
runner: ${{ matrix.runner }} runner: ${{ matrix.runner }}
...@@ -55,7 +55,7 @@ jobs: ...@@ -55,7 +55,7 @@ jobs:
- python-version: "3.8" - python-version: "3.8"
runner: macos-m1-12 runner: macos-m1-12
fail-fast: false fail-fast: false
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.1
with: with:
repository: pytorch/vision repository: pytorch/vision
# We need an increased timeout here, since the macos-12 runner is the free one from GH # We need an increased timeout here, since the macos-12 runner is the free one from GH
...@@ -87,7 +87,7 @@ jobs: ...@@ -87,7 +87,7 @@ jobs:
gpu-arch-type: cuda gpu-arch-type: cuda
gpu-arch-version: "11.8" gpu-arch-version: "11.8"
fail-fast: false fail-fast: false
uses: pytorch/test-infra/.github/workflows/windows_job.yml@main uses: pytorch/test-infra/.github/workflows/windows_job.yml@release/2.1
with: with:
repository: pytorch/vision repository: pytorch/vision
runner: ${{ matrix.runner }} runner: ${{ matrix.runner }}
...@@ -106,7 +106,7 @@ jobs: ...@@ -106,7 +106,7 @@ jobs:
./.github/scripts/unittest.sh ./.github/scripts/unittest.sh
onnx: onnx:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.1
with: with:
repository: pytorch/vision repository: pytorch/vision
script: | script: |
...@@ -136,7 +136,7 @@ jobs: ...@@ -136,7 +136,7 @@ jobs:
echo '::endgroup::' echo '::endgroup::'
unittests-extended: unittests-extended:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.1
with: with:
repository: pytorch/vision repository: pytorch/vision
script: | script: |
......
...@@ -14,7 +14,7 @@ concurrency: ...@@ -14,7 +14,7 @@ concurrency:
jobs: jobs:
do_update_viablestrict: do_update_viablestrict:
uses: pytorch/test-infra/.github/workflows/update-viablestrict.yml@main uses: pytorch/test-infra/.github/workflows/update-viablestrict.yml@release/2.1
with: with:
repository: pytorch/vision repository: pytorch/vision
required_checks: "Build Linux,Build M1,Build Macos,Build Windows,Tests,CMake,Lint,Docs" required_checks: "Build Linux,Build M1,Build Macos,Build Windows,Tests,CMake,Lint,Docs"
......
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