From 5acf828d9932fb109f18b9790d0bca011a9ed868 Mon Sep 17 00:00:00 2001 From: H Date: Thu, 29 May 2025 22:20:48 -0700 Subject: [PATCH] [docs] fix: fix markdown syntax (#18927) --- docs/design/arch_overview.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/design/arch_overview.md b/docs/design/arch_overview.md index 75d3e1b7c..14720a392 100644 --- a/docs/design/arch_overview.md +++ b/docs/design/arch_overview.md @@ -48,8 +48,7 @@ for output in outputs: print(f"Prompt: {prompt!r}, Generated text: {generated_text!r}") ``` -More API details can be found in the [Offline Inference] -(#offline-inference-api) section of the API docs. +More API details can be found in the [Offline Inference](#offline-inference-api) section of the API docs. The code for the `LLM` class can be found in .