parent
d1cde7fac4
commit
fcc0fa7316
1 changed files with 2 additions and 2 deletions
4
.github/workflows/llm-binary-build.yml
vendored
4
.github/workflows/llm-binary-build.yml
vendored
|
|
@ -477,12 +477,12 @@ jobs:
|
||||||
- name: Add cmake to PATH
|
- name: Add cmake to PATH
|
||||||
uses: ilammy/msvc-dev-cmd@v1
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
- name: Build binary
|
- name: Build binary
|
||||||
shell: powershell
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
|
call "C:\Program Files (x86)\Intel\openvino_2024.4.0\setupvars.bat"
|
||||||
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