]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : remove stray double quote (#7310)
authorDaniel Bevenius <redacted>
Wed, 15 May 2024 21:41:03 +0000 (23:41 +0200)
committerGitHub <redacted>
Wed, 15 May 2024 21:41:03 +0000 (23:41 +0200)
Signed-off-by: Daniel Bevenius <redacted>
README.md

index 9f2f8df64c127a1718b57db02b9009f7bf398007..ecbe802dfe9ad6f181ccbba8dce39ea45ab79476 100644 (file)
--- a/README.md
+++ b/README.md
@@ -532,7 +532,7 @@ Building the program with BLAS support may lead to some performance improvements
         cmake -B build -DLLAMA_HIPBLAS=ON -DAMDGPU_TARGETS=gfx1030 -DCMAKE_BUILD_TYPE=Release \
         && cmake --build build --config Release -- -j 16
     ```
-    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"`.
+    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`.
     However, this hurts performance for non-integrated GPUs (but enables working with integrated GPUs).
 
   - Using `make` (example for target gfx1030, build with 16 CPU threads):