Skip to content

Commit a26c084

Browse files
committed
use half cores to build, avoid OS hang
1 parent c46758d commit a26c084

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/sycl/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ cmake .. -DGGML_SYCL=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -DLLAMA
2020
#cmake --build . --config Release --target llama-bench
2121

2222
#build all binary
23-
cmake --build . --config Release -j -v
23+
cmake --build . --config Release -j$(($(nproc)/2)) -v

0 commit comments

Comments
 (0)