We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8d7d5 commit 2d89964Copy full SHA for 2d89964
README.md
@@ -502,7 +502,7 @@ llm = Llama.from_pretrained(
502
Below are the supported multi-modal models and their respective chat handlers (Python API) and chat formats (Server API).
503
504
| Model | `LlamaChatHandler` | `chat_format` |
505
-| --- | --- | --- |
+|:--- |:--- |:--- |
506
| [llava-v1.5-7b](https://huggingface.co/mys/ggml_llava-v1.5-7b) | `Llava15ChatHandler` | `llava-1-5` |
507
| [llava-v1.5-13b](https://huggingface.co/mys/ggml_llava-v1.5-13b) | `Llava15ChatHandler` | `llava-1-5` |
508
| [llava-v1.6-34b](https://huggingface.co/cjpais/llava-v1.6-34B-gguf) | `Llava16ChatHandler` | `llava-1-6` |
0 commit comments