From 2d8996414706c0bb69fae06ddf7f092f27790fe7 Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Fri, 24 May 2024 11:55:41 -0400 Subject: [PATCH] docs: Fix table formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07445eb..342e924 100644 --- a/README.md +++ b/README.md @@ -502,7 +502,7 @@ llm = Llama.from_pretrained( Below are the supported multi-modal models and their respective chat handlers (Python API) and chat formats (Server API). | Model | `LlamaChatHandler` | `chat_format` | -| --- | --- | --- | +|:--- |:--- |:--- | | [llava-v1.5-7b](https://huggingface.co/mys/ggml_llava-v1.5-7b) | `Llava15ChatHandler` | `llava-1-5` | | [llava-v1.5-13b](https://huggingface.co/mys/ggml_llava-v1.5-13b) | `Llava15ChatHandler` | `llava-1-5` | | [llava-v1.6-34b](https://huggingface.co/cjpais/llava-v1.6-34B-gguf) | `Llava16ChatHandler` | `llava-1-6` |