Skip to content

Commit 8f7080b

Browse files
authored
readme : remove stray double quote (ggml-org#7310)
Signed-off-by: Daniel Bevenius <[email protected]>
1 parent e1b40ac commit 8f7080b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ Building the program with BLAS support may lead to some performance improvements
532532
cmake -B build -DLLAMA_HIPBLAS=ON -DAMDGPU_TARGETS=gfx1030 -DCMAKE_BUILD_TYPE=Release \
533533
&& cmake --build build --config Release -- -j 16
534534
```
535-
On Linux it is also possible to use unified memory architecture (UMA) to share main memory between the CPU and integrated GPU by setting `-DLLAMA_HIP_UMA=ON"`.
535+
On Linux it is also possible to use unified memory architecture (UMA) to share main memory between the CPU and integrated GPU by setting `-DLLAMA_HIP_UMA=ON`.
536536
However, this hurts performance for non-integrated GPUs (but enables working with integrated GPUs).
537537

538538
- Using `make` (example for target gfx1030, build with 16 CPU threads):

0 commit comments

Comments
 (0)