Skip to content

Commit b8ffaa6

Browse files
committed
update ci cmd
1 parent 8a3d501 commit b8ffaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devops/llama-cli-intel.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN if [ "${LLAMA_SYCL_F16}" = "ON" ]; then \
1414
echo "LLAMA_SYCL_F16 is set" && \
1515
export OPT_SYCL_F16="-DLLAMA_SYCL_F16=ON"; \
1616
fi && \
17-
cmake -B build -DLLAMA_SYCL=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx ${OPT_SYCL_F16} && \
17+
cmake -B build -DLLAMA_SYCL=ON ${OPT_SYCL_F16} && \
1818
cmake --build build --config Release --target llama-cli
1919

2020
FROM intel/oneapi-basekit:$ONEAPI_VERSION as runtime

0 commit comments

Comments
 (0)