docs: Fix table formatting

This commit is contained in:
Andrei Betlen 2024-05-24 11:55:41 -04:00
parent 9e8d7d55bd
commit 2d89964147

View file

@ -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). Below are the supported multi-modal models and their respective chat handlers (Python API) and chat formats (Server API).
| Model | `LlamaChatHandler` | `chat_format` | | Model | `LlamaChatHandler` | `chat_format` |
| --- | --- | --- | |:--- |:--- |:--- |
| [llava-v1.5-7b](https://huggingface.co/mys/ggml_llava-v1.5-7b) | `Llava15ChatHandler` | `llava-1-5` | | [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.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` | | [llava-v1.6-34b](https://huggingface.co/cjpais/llava-v1.6-34B-gguf) | `Llava16ChatHandler` | `llava-1-6` |