File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 if : ${{ !steps.cache-restore.outputs.cache-hit }}
108108 run : |
109109 sed -i "s|^set(OPENVINO_REPOSITORY .*|set(OPENVINO_REPOSITORY https://github.com/${{ steps.versions.outputs.openvino-repository }})|" ${NPU_DRIVER_REPO}/compiler/compiler_source.cmake
110- sed -i '/GIT_REPOSITORY/{n;s|https://github.com/openvinotoolkit/npu_plugin .git|https://github.com/${{ steps.versions.outputs.npu-compiler-repository }}.git|}' ${NPU_DRIVER_REPO}/compiler/compiler_source.cmake
110+ sed -i '/GIT_REPOSITORY/{n;s|https://github.com/openvinotoolkit/npu_compiler .git|https://github.com/${{ steps.versions.outputs.npu-compiler-repository }}.git|}' ${NPU_DRIVER_REPO}/compiler/compiler_source.cmake
111111 sed -i "s|^set(NPU_COMPILER_TAG .*|set(NPU_COMPILER_TAG ${{ steps.versions.outputs.npu-compiler-tag }})|" ${NPU_DRIVER_REPO}/compiler/compiler_source.cmake
112112 sed -i "s|^set(NPU_COMPILER_REVISION .*|set(NPU_COMPILER_REVISION ${{ steps.versions.outputs.npu-compiler-sha }})|" ${NPU_DRIVER_REPO}/compiler/compiler_source.cmake
113113 sed -i "s|^set(NPU_COMPILER_OPENVINO_REVISION .*|set(NPU_COMPILER_OPENVINO_REVISION ${{ steps.versions.outputs.openvino-sha }})|" ${NPU_DRIVER_REPO}/compiler/compiler_source.cmake
@@ -120,6 +120,7 @@ jobs:
120120 ${{ inputs.driver-cmake-options }} \
121121 -DENABLE_OPENVINO_PACKAGE=ON \
122122 -DENABLE_NPU_COMPILER_BUILD=ON \
123+ -DENABLE_OFFLINE_COMPILATION_SUPPORT=ON \
123124 -DCMAKE_INSTALL_PREFIX=$(realpath ${NPU_DRIVER_INSTALL_DIR}) \
124125 -S ${NPU_DRIVER_REPO} \
125126 -B ${NPU_DRIVER_BUILD_DIR}
Original file line number Diff line number Diff line change 11{
2- "intel" : " d7726ce164bd1f41c16e491415bcc2080a46a420 "
2+ "intel" : " 59845101f5445e66dcc691f4f8be6371700fbdf5 "
33}
You can’t perform that action at this time.
0 commit comments