fix npu pipeline workflow (#12404)
This commit is contained in:
parent
d4d949443f
commit
548dec5185
1 changed files with 1 additions and 0 deletions
1
.github/workflows/llm-binary-build.yml
vendored
1
.github/workflows/llm-binary-build.yml
vendored
|
|
@ -482,6 +482,7 @@ jobs:
|
||||||
cd bigdl-core-npu-level0
|
cd bigdl-core-npu-level0
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
"C:\Program Files (x86)\Intel\openvino_2024.4.0\setupvars.ps1"
|
||||||
cmake ..
|
cmake ..
|
||||||
cmake --build . --config Release -t pipeline
|
cmake --build . --config Release -t pipeline
|
||||||
- name: Move release binary
|
- name: Move release binary
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue