From 63eed0d9f3bcfb906e9f09c3055b838c59e3f3f2 Mon Sep 17 00:00:00 2001 From: Yamini Nimmagadda Date: Mon, 12 Jan 2026 17:43:28 -0800 Subject: [PATCH] Update build.md --- docs/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.md b/docs/build.md index c52c27c295..be29e1107f 100644 --- a/docs/build.md +++ b/docs/build.md @@ -701,7 +701,7 @@ To read documentation for how to build on IBM Z & LinuxONE, [click here](./build [OpenVINO](https://docs.openvino.ai/2025/index.html) is an open-source toolkit for optimizing and deploying high-performance AI inference, specifically designed for Intel hardware, including CPUs, GPUs, and NPUs, in the cloud, on-premises, and on the edge. The OpenVINO backend enhances performance by leveraging hardware-specific optimizations and can be enabled for use with llama.cpp. -Follow the instructions below to install OpenVINO runtime and build llama.cpp with OpenVINO support. +Follow the instructions below to install OpenVINO runtime and build llama.cpp with OpenVINO support. For more detailed information on OpenVINO backend, refer to [OPENVINO.md](backend/OPENVINO.md) ### Prerequisites