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 bfb44d1 commit 9b0c12cCopy full SHA for 9b0c12c
.github/workflows/_ascend_npu_build_torch.yml
@@ -59,6 +59,31 @@ jobs:
59
run: |
60
git config --global --add safe.directory "$GITHUB_WORKSPACE"
61
62
+ - name: Show
63
+ run: |
64
+ set -x
65
+ pwd
66
+ ls -al
67
+
68
+ - name: Checkout
69
+ uses: actions/checkout@v4
70
71
72
73
74
75
76
77
+ - name: Install torch
78
+ id: install-torch
79
+ uses: ./.github/actions/install-torch
80
+ with:
81
+ torch-artifact: xxx
82
83
+ - name: Exit
84
85
+ exit 1
86
87
- name: Checkout PyTorch
88
uses: actions/checkout@v4
89
with:
0 commit comments