Skip to content

Commit

Permalink
Update pytorch.yaml
Browse files Browse the repository at this point in the history
replace self-hosted with Ascend910B-01 in the filed named runs-on
  • Loading branch information
FFFrog authored Oct 27, 2023
1 parent 2242929 commit 7fbdbba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytorch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
fetch-and-rebase:
runs-on: self-hosted
runs-on: Ascend910B-01
steps:
- name: Pull latest codes
run: |
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
# git submodule foreach git clean -dfx &&
# popd
compile-and-test:
runs-on: self-hosted
runs-on: Ascend910B-01
needs: fetch-and-rebase
defaults:
run:
Expand Down

0 comments on commit 7fbdbba

Please sign in to comment.