]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme: fix typo in amdgpu target name (#6573)
authorJiří Sejkora <redacted>
Tue, 9 Apr 2024 22:23:02 +0000 (00:23 +0200)
committerGitHub <redacted>
Tue, 9 Apr 2024 22:23:02 +0000 (00:23 +0200)
README.md

index a4897fc362d47b13aea905fc6552b8e8d8e812ce..b606623874849bb1c58bc0cfe8f61be6ef7d9cb8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -513,7 +513,7 @@ Building the program with BLAS support may lead to some performance improvements
 
   - Using `make` (example for target gfx1030, build with 16 CPU threads):
     ```bash
-    make -j16 LLAMA_HIPBLAS=1 LLAMA_HIP_UMA=1 AMDGPU_TARGETS=gxf1030
+    make -j16 LLAMA_HIPBLAS=1 LLAMA_HIP_UMA=1 AMDGPU_TARGETS=gfx1030
     ```
 
   - Using `CMake` for Windows (using x64 Native Tools Command Prompt for VS, and assuming a gfx1100-compatible AMD GPU):