We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46758d commit a26c084Copy full SHA for a26c084
1 file changed
examples/sycl/build.sh
@@ -20,4 +20,4 @@ cmake .. -DGGML_SYCL=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -DLLAMA
20
#cmake --build . --config Release --target llama-bench
21
22
#build all binary
23
-cmake --build . --config Release -j -v
+cmake --build . --config Release -j$(($(nproc)/2)) -v
0 commit comments