From: Jiří Sejkora Date: Tue, 9 Apr 2024 22:23:02 +0000 (+0200) Subject: readme: fix typo in amdgpu target name (#6573) X-Git-Tag: upstream/0.0.4488~1847 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=ba5e134e073ec6837078c874aba44a702944a676;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme: fix typo in amdgpu target name (#6573) --- diff --git a/README.md b/README.md index a4897fc3..b6066238 100644 --- 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):