diff --git a/knowledge base/ai/vllm.md b/knowledge base/ai/vllm.md index 2c4cb53..db1d298 100644 --- a/knowledge base/ai/vllm.md +++ b/knowledge base/ai/vllm.md @@ -1,4 +1,4 @@ -# Title +# vLLM Open source library for LLM inference and serving. @@ -16,6 +16,7 @@ Open source library for LLM inference and serving. ```sh pip install 'vllm' +pipx install 'vllm' ```