diff options
Diffstat (limited to 'examples/llava')
-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 323c5fdd..295181a3 100644 --- a/examples/llava/README.md +++ b/examples/llava/README.md @@ -21,7 +21,7 @@ After building, run: `./llava-cli` to see the usage. For example: ## Model conversion -- Clone `llava-v15-7b`` and `clip-vit-large-patch14-336`` locally: +- Clone `llava-v15-7b` and `clip-vit-large-patch14-336` locally: ```sh git clone https://huggingface.co/liuhaotian/llava-v1.5-7b |