From: Neo Zhang Jianyu Date: Fri, 22 Mar 2024 07:19:37 +0000 (+0800) Subject: add blog link (#6222) X-Git-Tag: upstream/0.0.4488~1995 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=59c17f02de8fdf7b084d6100b875b7e2bc07a83b;p=pkg%2Fggml%2Fsources%2Fllama.cpp add blog link (#6222) --- diff --git a/README-sycl.md b/README-sycl.md index 501b9d48..cbf14f2d 100644 --- a/README-sycl.md +++ b/README-sycl.md @@ -29,6 +29,7 @@ For Intel CPU, recommend to use llama.cpp for X86 (Intel MKL building). ## News - 2024.3 + - A blog is published: **Run LLM on all Intel GPUs Using llama.cpp**: [intel.com](https://www.intel.com/content/www/us/en/developer/articles/technical/run-llm-on-all-gpus-using-llama-cpp-artical.html) or [medium.com](https://medium.com/@jianyu_neo/run-llm-on-all-intel-gpus-using-llama-cpp-fd2e2dcbd9bd). - New base line is ready: [tag b2437](https://github.com/ggerganov/llama.cpp/tree/b2437). - Support multiple cards: **--split-mode**: [none|layer]; not support [row], it's on developing. - Support to assign main GPU by **--main-gpu**, replace $GGML_SYCL_DEVICE.