[docs] fix: fix markdown syntax (#18927)

This commit is contained in:
H 2025-05-29 22:20:48 -07:00 committed by GitHub
parent 3987e2ae96
commit 5acf828d99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 <gh-file:vllm/entrypoints/llm.py>.