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 25eafc7 commit 9e9ede6Copy full SHA for 9e9ede6
.github/workflows/CI.yml
@@ -56,7 +56,7 @@ jobs:
56
uses: ./.github/workflows/_Linux-CPU.yml
57
needs: build-docker
58
with:
59
- docker_cpu_image: ${{ needs.build-docker.outputs.docker_distribute_image }}
+ docker_cpu_image: ${{ needs.build-docker.outputs.docker_cpu_image }}
60
61
npu:
62
name: Linux-NPU
0 commit comments