From 7dd256ba11fc5f473ffaf415639a4b851ec3509f Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 6 Sep 2023 20:59:50 -0700 Subject: [PATCH] add code tutorial to vllm docs --- docs/my-website/docs/providers/vllm.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/my-website/docs/providers/vllm.md b/docs/my-website/docs/providers/vllm.md index 0750f41ad..30d60dccf 100644 --- a/docs/my-website/docs/providers/vllm.md +++ b/docs/my-website/docs/providers/vllm.md @@ -2,6 +2,8 @@ LiteLLM supports all models on VLLM. +🚀[Code Tutorial](https://github.com/BerriAI/litellm/blob/main/cookbook/VLLM_Model_Testing.ipynb) + ### Quick Start ``` pip install litellm vllm @@ -97,4 +99,5 @@ def test_vllm_custom_model(): test_vllm_custom_model() ``` -[Implementation Code](https://github.com/BerriAI/litellm/blob/6b3cb1898382f2e4e80fd372308ea232868c78d1/litellm/utils.py#L1414) \ No newline at end of file +[Implementation Code](https://github.com/BerriAI/litellm/blob/6b3cb1898382f2e4e80fd372308ea232868c78d1/litellm/utils.py#L1414) +