From 7b597475f2f7c52f49a614914066eafaff527f0f Mon Sep 17 00:00:00 2001 From: zhyncs Date: Mon, 22 Jul 2024 03:41:20 +1000 Subject: [PATCH] docs: update README (#692) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c404f40cf..ba631732d 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ python -m sglang.launch_server --model-path meta-llama/Meta-Llama-3-8B-Instruct - Grok - ChatGLM - InternLM 2 +- Mistral NeMo Instructions for supporting a new model are [here](https://github.com/sgl-project/sglang/blob/main/docs/model_support.md).