fix npu pipeline workflow (#12404)

This commit is contained in:
Ruonan Wang 2024-11-15 10:01:33 +08:00 committed by GitHub
parent d4d949443f
commit 548dec5185
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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