Skip to content

Commit c269047

Browse files
Sejseltybalex
authored andcommitted
readme: fix typo in amdgpu target name (ggml-org#6573)
1 parent ba8760b commit c269047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ Building the program with BLAS support may lead to some performance improvements
513513
514514
- Using `make` (example for target gfx1030, build with 16 CPU threads):
515515
```bash
516-
make -j16 LLAMA_HIPBLAS=1 LLAMA_HIP_UMA=1 AMDGPU_TARGETS=gxf1030
516+
make -j16 LLAMA_HIPBLAS=1 LLAMA_HIP_UMA=1 AMDGPU_TARGETS=gfx1030
517517
```
518518
519519
- Using `CMake` for Windows (using x64 Native Tools Command Prompt for VS, and assuming a gfx1100-compatible AMD GPU):

0 commit comments

Comments
 (0)