Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/_ascend_npu_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
git config --global --add safe.directory "$GITHUB_WORKSPACE"

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Checkout benchmark
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: pytorch/benchmark
path: benchmark
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
- benchmark
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Download README.md
uses: actions/download-artifact@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_ascend_npu_build_torch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
git config --global --add safe.directory "$GITHUB_WORKSPACE"

- name: Checkout PyTorch
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: pytorch/pytorch
ref: ${{ inputs.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_ascend_npu_build_torch_npu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
git config --global --add safe.directory "$GITHUB_WORKSPACE"

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Checkout torch_npu
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: Ascend/pytorch
submodules: recursive
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_ascend_npu_torchtune.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
git config --global url."https://gh-proxy.test.osinfra.cn/https://github.com/".insteadOf https://github.com/

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Checkout torchtune
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: pytorch/torchtune
path: torchtune
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_ascend_npu_ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
git config --global --add safe.directory "$GITHUB_WORKSPACE"

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Checkout torch_npu
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: Ascend/pytorch
path: torch_npu
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_build_torch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
dist-name: ${{ steps.list-dist.outputs.dist-name }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Setup Python environment
uses: actions/setup-python@v5
Expand All @@ -69,7 +69,7 @@ jobs:
git config --global --add safe.directory "$GITHUB_WORKSPACE"

- name: Checkout PyTorch
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: pytorch/pytorch
ref: ${{ inputs.ref }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/_gaudi_hpu_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,18 @@ jobs:
git config --global --add safe.directory "$GITHUB_WORKSPACE"

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Checkout PyTorch
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: pytorch/pytorch
ref: ${{ inputs.ref }}
submodules: recursive
path: pytorch

- name: Checkout torch_hpu
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: HabanaAI/gaudi-pytorch-bridge
ref: v${{ inputs.rel_ver }}
Expand Down Expand Up @@ -165,21 +165,21 @@ jobs:
pip list | grep -E 'torch|numpy'

- name: Checkout benchmark
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: pytorch/benchmark
ref: ${{ steps.list-torch-version.outputs.torchbench-version }}
path: benchmark

- name: Checkout vision
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: pytorch/vision
ref: ${{ steps.list-torch-version.outputs.torchvision-version }}
path: vision

- name: Checkout audio
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: pytorch/audio
ref: ${{ steps.list-torch-version.outputs.torchaudio-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_gaudi_hpu_build_torch_hpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
dl-dist-name: ${{ steps.list-dist.outputs.dl-dist-name }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Setup Python environment
uses: actions/setup-python@v5
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/_gaudi_hpu_ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,18 @@ jobs:
git config --global --add safe.directory "$GITHUB_WORKSPACE"

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Checkout PyTorch
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: pytorch/pytorch
ref: ${{ inputs.ref }}
submodules: recursive
path: pytorch

- name: Checkout torch_hpu
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: HabanaAI/gaudi-pytorch-bridge
ref: v${{ inputs.rel_ver }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
prs: ${{ steps.list-pr.outputs.prs }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

# List PRs created in the past 24 hours
- name: List PyTorch PRs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/redispatch-event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Print PR event payload
continue-on-error: true
Expand Down
Loading