diff --git a/docs/genai/index.md b/docs/genai/index.md index 7d9b22d2f4dbe..2da5906a57096 100644 --- a/docs/genai/index.md +++ b/docs/genai/index.md @@ -9,7 +9,9 @@ nav_order: 6 _Note: this API is in preview and is subject to change._ -Run generative AI models with ONNX Runtime. Source code: [https://github.com/microsoft/onnxruntime-genai](https://github.com/microsoft/onnxruntime-genai) +Run generative AI models with ONNX Runtime. + +See the source code here: [https://github.com/microsoft/onnxruntime-genai](https://github.com/microsoft/onnxruntime-genai) This library provides the generative AI loop for ONNX models, including inference with ONNX Runtime, logits processing, search and sampling, and KV cache management.