From 7e63e58ab1acd81dc31d4b938529b40a366cbe6d Mon Sep 17 00:00:00 2001 From: arthw <14088817+arthw@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:20:41 +0800 Subject: [PATCH] update guide --- docs/backend/SYCL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/backend/SYCL.md b/docs/backend/SYCL.md index e7b3d7752d35b..3e1ecf1e34a0a 100644 --- a/docs/backend/SYCL.md +++ b/docs/backend/SYCL.md @@ -40,11 +40,16 @@ The following release is verified with good quality: |Commit ID|Tag|Release|Verified Platform| |-|-|-|-| +|c16f01b97558440cc9df1472f8093d088338bf6c| ||Arc770/Linux/oneAPI 2024.2| |fb76ec31a9914b7761c1727303ab30380fd4f05c|b3038 |[llama-b3038-bin-win-sycl-x64.zip](https://github.com/ggerganov/llama.cpp/releases/download/b3038/llama-b3038-bin-win-sycl-x64.zip) |Arc770/Linux/oneAPI 2024.1
MTL Arc GPU/Windows 11/oneAPI 2024.1| +For CI and performance test summary, please refer to [llama.cpp CI for SYCL Backend] (https://github.com/NeoZhangJianyu/ci_log/tree/main/llama.cpp). ## News +- 2024.6-7 + - Performance is increased: 37 -> 42.9 tokens/s of llama-2-7b.Q4_0 on Arc770. + - 2024.5 - Performance is increased: 34 -> 37 tokens/s of llama-2-7b.Q4_0 on Arc770. - Arch Linux is verified successfully.