From 58d75fd4c4cd299443fdf751487ce1478434c4b2 Mon Sep 17 00:00:00 2001 From: Jason Andrews Date: Fri, 20 Dec 2024 12:53:54 -0600 Subject: [PATCH] fix typo in vLLM Learning Path --- .../servers-and-cloud-computing/vLLM/vllm-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/learning-paths/servers-and-cloud-computing/vLLM/vllm-setup.md b/content/learning-paths/servers-and-cloud-computing/vLLM/vllm-setup.md index a6923558a..e4591c8fb 100644 --- a/content/learning-paths/servers-and-cloud-computing/vLLM/vllm-setup.md +++ b/content/learning-paths/servers-and-cloud-computing/vLLM/vllm-setup.md @@ -104,4 +104,4 @@ rm -rf dist cd .. ``` -You are now ready to download an LLM run vLLM. +You are now ready to download an LLM and run vLLM.