docs: Fix table formatting
This commit is contained in:
parent
9e8d7d55bd
commit
2d89964147
1 changed files with 1 additions and 1 deletions
|
@ -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` |
|
||||||
|
|
Loading…
Reference in a new issue