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 2fcbff8 commit 895ffd2Copy full SHA for 895ffd2
.github/workflows/ascend_npu_test.yml
@@ -184,7 +184,7 @@ jobs:
184
uses: ./.github/workflows/_ascend_npu_torchtitan.yml
185
with:
186
runner: "linux-arm64-npu-2"
187
- image: ${{ needs.prepare.outputs.image }}
+ image: "ascendai/cann:8.0.0.beta1-910b-ubuntu22.04-py3.10"
188
device: ${{ needs.prepare.outputs.device }}
189
torch-artifact: ${{ needs.build-torch.outputs.torch-artifact }}
190
torch-npu-artifact: ${{ needs.build.outputs.torch-npu-artifact }}
0 commit comments