From ac3195999dda27b7e118e0b0fec4d009e1d333c3 Mon Sep 17 00:00:00 2001 From: BarfingLemurs <128182951+BarfingLemurs@users.noreply.github.com> Date: Thu, 25 Apr 2024 09:35:46 -0400 Subject: [PATCH] missing space --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 994832a46..37dfae091 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ Typically finetunes of the base models below are supported as well. - [x] [MobileVLM 1.7B/3B models](https://huggingface.co/models?search=mobileVLM) - [x] [Yi-VL](https://huggingface.co/models?search=Yi-VL) - [x] [Mini CPM](https://huggingface.co/models?search=MiniCPM) + **HTTP server** [llama.cpp web server](./examples/server) is a lightweight [OpenAI API](https://github.com/openai/openai-openapi) compatible HTTP server that can be used to serve local models and easily connect them to existing clients.