Skip to content

Commit

Permalink
!8450 Update the CANN version to keep consistent with Internal CI
Browse files Browse the repository at this point in the history
Merge pull request !8450 from 李佳伟/mrl
  • Loading branch information
FFFrog authored and it-is-a-robot committed Dec 20, 2023
1 parent 6a2563b commit aea0d8f
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 4 deletions.
37 changes: 37 additions & 0 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Ascend NPU(Manual)

on:
workflow_dispatch:
inputs:
runner:
required: true
type: string
default: 'self-hosted'
description: The runner selected to run on
devices:
required: true
type: string
default: '--device /dev/davinci6'
description: The devices selected to run on
image:
required: true
type: string
default: 'ascendai/cann:7.1-openeuler2203sp2'
description: The docker iamge which will be loaded

jobs:
linux-py3_8-fetch-and-rebase:
name: linux-py3_8-7.0.RC1.alpha005
uses: ./.github/workflows/_fetch_and_rebase.yml
with:
runner: ${{ inputs.runner }}
loop: 10

linux-py3_8-build-and-test:
name: linux-py3_8-7.0.RC1.alpha005
uses: ./.github/workflows/_build-and-test.yml
needs: linux-py3_8-fetch-and-rebase
with:
runner: ${{ inputs.runner }}
devices: ${{ inputs.devices }}
image: ${{ inputs.image }}
2 changes: 1 addition & 1 deletion .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
with:
runner: self-hosted
devices: --device /dev/davinci6
image: ascendai/cann:7.0.RC1.alpha005-openeuler2203sp2
image: ascendai/cann:7.1-openeuler2203sp2
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,11 +376,11 @@ Refer to [API of PyTorch Ascend Adapter](docs/api/torch_npu_apis.md) for more de

## Pipeline Status

Due to the asynchronous development mechanism of upstream and downstream, incompatible modifications of upstream may cause some functions of **torch_npu** to be unavailable (only involving the development branches of upstream and downstream, not including stable branches). Therefore, we have built a set of daily tasks, It is easy to detect relevant problems in time and repair them within 48 hours (under normal circumstances), providing users with new features and stable quality.
Due to the asynchronous development mechanism of upstream and downstream, incompatible modifications in upstream may cause some functions of **torch_npu** to be unavailable (only upstream and downstream development branches are involved, excluding stable branches). Therefore, we built a set of daily tasks that make it easy to detect relevant issues in time and fix them within 48 hours (under normal circumstances), providing users with the latest features and stable quality.

| **OS** | **CANN Version(Docker Image)** | **Upstream Branch** | **Downstream Branch** | **Period** | **Status** |
|:---:|:---:|:---:|:---:| :---: | :---: |
| openEuler 22.03 SP2 | [CANN 7.0.RC1](https://hub.docker.com/layers/ascendai/cann/7.0.RC1.alpha005-openeuler2203sp2/images/sha256-5ec4793c1bd6ebb34b731ee0819a5a81c4298a04d9a1fa27df6c56a4d5aa290e) | main | master | UTC 1200 daily | [![Ascend NPU](https://github.com/Ascend/pytorch/actions/workflows/periodic.yml/badge.svg)](https://github.com/Ascend/pytorch/actions/workflows/periodic.yml) |
| :---: | :---: | :---: | :---: | :---: | :---: |
| openEuler 22.03 SP2 | [CANN 7.1](https://hub.docker.com/r/ascendai/cann/tags) | [main](https://github.com/pytorch/pytorch/tree/main) | [master](https://github.com/Ascend/pytorch/tree/master) | UTC 1200 daily | [![Ascend NPU](https://github.com/Ascend/pytorch/actions/workflows/periodic.yml/badge.svg)](https://github.com/Ascend/pytorch/actions/workflows/periodic.yml) |

## Suggestions and Communication

Expand Down

0 comments on commit aea0d8f

Please sign in to comment.