fix(kb/ai): give vllm a title

This commit is contained in:
Michele Cereda
2026-02-06 00:18:02 +01:00
parent 6754a3261a
commit e99a49e851

View File

@@ -1,4 +1,4 @@
# Title # vLLM
Open source library for LLM inference and serving. Open source library for LLM inference and serving.
@@ -16,6 +16,7 @@ Open source library for LLM inference and serving.
```sh ```sh
pip install 'vllm' pip install 'vllm'
pipx install 'vllm'
``` ```
</details> </details>