diff options
author | Rene Leonhardt <65483435+reneleonhardt@users.noreply.github.com> | 2024-04-12 10:52:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 10:52:36 +0200 |
commit | 5c4d767ac028c0f9c31cba3fceaf765c6097abfc (patch) | |
tree | c3b597785c67d07345e2c019bd6a0e1908df5aee /examples/llava/README.md | |
parent | ef21ce4ccb41164cb52997bd2210d92bc6a6c5d1 (diff) |
chore: Fix markdown warnings (#6625)
Diffstat (limited to 'examples/llava/README.md')
-rw-r--r-- | examples/llava/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/llava/README.md b/examples/llava/README.md index 67cb0f22..d4810d42 100644 --- a/examples/llava/README.md +++ b/examples/llava/README.md @@ -24,7 +24,7 @@ After building, run: `./llava-cli` to see the usage. For example: ## LLaVA 1.5 -- Clone a LLaVA and a CLIP model ([available options](https://github.com/haotian-liu/LLaVA/blob/main/docs/MODEL_ZOO.md)). For example: +1. Clone a LLaVA and a CLIP model ([available options](https://github.com/haotian-liu/LLaVA/blob/main/docs/MODEL_ZOO.md)). For example: ```sh git clone https://huggingface.co/liuhaotian/llava-v1.5-7b |