Skip to content

Commit 414b7ce

Browse files
Run make to build the project
1 parent 5260486 commit 414b7ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README-sycl.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,11 @@ mkdir -p build && cd build
258258

259259
# Option 1: Use FP16 for better performance in long-prompt inference
260260
cmake .. -DLLAMA_SYCL=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -DLLAMA_SYCL_F16=ON
261+
make
261262

262263
# Option 2: Use FP32 by default
263264
cmake .. -DLLAMA_SYCL=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx
265+
make
264266
```
265267

266268
#### Nvidia GPU
@@ -276,9 +278,11 @@ mkdir -p build && cd build
276278

277279
# Option 1: Use FP16 for better performance in long-prompt inference
278280
cmake .. -DLLAMA_SYCL=ON -DLLAMA_SYCL_TARGET=NVIDIA -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -DLLAMA_SYCL_F16=ON
281+
make
279282

280283
# Option 2: Use FP32 by default
281284
cmake .. -DLLAMA_SYCL=ON -DLLAMA_SYCL_TARGET=NVIDIA -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx
285+
make
282286
```
283287

284288
### III. Run the inference

0 commit comments

Comments
 (0)