From 70ecf8a8db3160369b866341d957f0b41814b7cc Mon Sep 17 00:00:00 2001 From: Chenxiao Wang Date: Thu, 28 Sep 2023 16:38:33 +0800 Subject: [PATCH] Update README.md (#79) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 820d58eb..5e4514c0 100644 --- a/README.md +++ b/README.md @@ -160,4 +160,5 @@ Read more about Phind-CodeLlama-34B-v2 [here](https://huggingface.co/Phind/Phind | Repository | Description | | --- | --- | -| [huggingface-vscode-endpoint-server](https://github.com/LucienShui/huggingface-vscode-endpoint-server) | Custom code generation endpoint for this repository | \ No newline at end of file +| [huggingface-vscode-endpoint-server](https://github.com/LucienShui/huggingface-vscode-endpoint-server) | Custom code generation endpoint for this repository | +| [llm-vscode-inference-server](https://github.com/wangcx18/llm-vscode-inference-server) | An endpoint server for efficiently serving quantized open-source LLMs for code. |