We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14d313 commit 956e36cCopy full SHA for 956e36c
.github/workflows/_fetch_and_rebase.yml
@@ -19,12 +19,12 @@ jobs:
19
- name: Pull latest codes for torch
20
uses: ascend/pytorch/.github/actions/fetch-and-rebase@master
21
with:
22
- repo_path: /root/codes/pytorch/pytorch
+ repo_path: /home/runner/actions-runner/codes/pytorch/pytorch
23
remote_branch: upstream/main
24
loop: ${{ inputs.loop }}
25
- name: Pull latest codes for torch_npu
26
27
28
- repo_path: /root/codes/npu/pytorch
+ repo_path: /home/runner/actions-runner/codes/npu/pytorch
29
remote_branch: upstream/master
30
0 commit comments