]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : fix cmake flags for SYCL
authorGeorgi Gerganov <redacted>
Thu, 24 Oct 2024 18:23:33 +0000 (21:23 +0300)
committerGeorgi Gerganov <redacted>
Thu, 24 Oct 2024 18:23:33 +0000 (21:23 +0300)
ci/run.sh

index e067782193b9bdd4a032f2cccff2bce5833706f2..dc26d94eed1fdd3344df23b34ef9e59fb701d896 100755 (executable)
--- a/ci/run.sh
+++ b/ci/run.sh
@@ -53,7 +53,7 @@ if [ ! -z ${GG_BUILD_SYCL} ]; then
         exit 1
     fi
 
-    CMAKE_EXTRA="${CMAKE_EXTRA} -DGGML_SYCL=1 DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -DGGML_SYCL_F16=ON"
+    CMAKE_EXTRA="${CMAKE_EXTRA} -DGGML_SYCL=1 -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -DGGML_SYCL_F16=ON"
 fi
 
 if [ ! -z ${GG_BUILD_VULKAN} ]; then