From ba5e134e073ec6837078c874aba44a702944a676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Sejkora?= Date: Wed, 10 Apr 2024 00:23:02 +0200 Subject: [PATCH 1/2] readme: fix typo in amdgpu target name (#6573) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4897fc36..b60662387 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): From b231b37b095f172b26b1300ca442a147ea048b64 Mon Sep 17 00:00:00 2001 From: sjxx <63994076+ylsdamxssjxxdd@users.noreply.github.com> Date: Wed, 10 Apr 2024 14:34:00 +0800 Subject: [PATCH 2/2] readme : update UI list (#6560) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b60662387..a8c2c473d 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ Unless otherwise noted these projects are open-source with permissive licensing: - [Dot](https://github.com/alexpinel/Dot) (GPL) - [MindMac](https://mindmac.app) (proprietary) - [KodiBot](https://github.com/firatkiral/kodibot) (GPL) - +- [eva](https://github.com/ylsdamxssjxxdd/eva) (MIT) *(to have a project listed here, it should clearly state that it depends on `llama.cpp`)* ---