From 53b07d713033146ff42d36a531fcea262c00fc48 Mon Sep 17 00:00:00 2001 From: bojiang <5886138+bojiang@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:59:25 +0800 Subject: [PATCH] Update README.md Signed-off-by: bojiang <5886138+bojiang@users.noreply.github.com> --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index f80e6d351..c9879c7f5 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,6 @@ OpenLLM supports a wide range of state-of-the-art open-source LLMs. You can also | Model | Parameters | Quantization | Required GPU | Start a Server | | ---------------- | ---------- | ------------ | ------------- | ----------------------------------- | -| Llama 3.1 | 8B | - | 24G | `openllm serve llama3.1:8b` | -| Llama 3.1 | 8B | AWQ 4bit | 12G | `openllm serve llama3.1:8b-4bit` | -| Llama 3.1 | 70B | AWQ 4bit | 80G | `openllm serve llama3.1:70b-4bit` | | Llama 3.2 | 1B | - | 12G | `openllm serve llama3.2:1b` | | Llama 3.2 | 3B | - | 12G | `openllm serve llama3.2:3b` | | Llama 3.2 Vision | 11B | - | 80G | `openllm serve llama3.2:11b-vision` |