This commit is contained in:
Ruonan Wang 2024-11-15 11:57:58 +08:00 committed by GitHub
parent fcc0fa7316
commit 6c5e8fc70c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -481,6 +481,7 @@ jobs:
run: | run: |
call "C:\Program Files (x86)\Intel\openvino_2024.4.0\setupvars.bat" call "C:\Program Files (x86)\Intel\openvino_2024.4.0\setupvars.bat"
cd bigdl-core-npu-level0 cd bigdl-core-npu-level0
sed -i "/FetchContent_MakeAvailable(intel_npu_acceleration_library)/s/^/#/" CMakeLists.txt
mkdir build mkdir build
cd build cd build
cmake .. cmake ..