From 5754b1abd4620a8adefb1d466e2d5439c40d1216 Mon Sep 17 00:00:00 2001 From: Ian Macleod Date: Wed, 25 Oct 2023 00:34:34 +0000 Subject: [PATCH] taking out codellama13b and 34b --- docs/model_zoo.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/model_zoo.md b/docs/model_zoo.md index 05f24d60..148b1dfc 100644 --- a/docs/model_zoo.md +++ b/docs/model_zoo.md @@ -21,8 +21,6 @@ Scale hosts the following models in the LLM Engine Model Zoo: | `mistral-7b` | ✅ | ✅ | vllm | | `mistral-7b-instruct` | ✅ | ✅ | vllm | | `code-llama-7b` | ✅ | | text-generation-inference, vllm | -| `code-llama-13b` | ✅ | | text-generation-inference, vllm | -| `code-llama-34b` | ✅ | | text-generation-inference, vllm | ## Usage