diff options
author | omahs <73983677+omahs@users.noreply.github.com> | 2024-05-07 17:20:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 18:20:33 +0300 |
commit | 04976db7a819fcf8bfefbfc09a3344210b79dd27 (patch) | |
tree | 5e954c895fc18c1e1d48a27383462efd7e4a2d9d /examples/llava | |
parent | 947d3ad27d94f1addef76b5d64c314618f063933 (diff) |
docs: fix typos (#7124)
* fix typo
* fix typos
* fix typo
* fix typos
* fix typo
* fix typos
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 d4810d42..4fb0cf38 100644 --- a/examples/llava/README.md +++ b/examples/llava/README.md @@ -56,7 +56,7 @@ python ./examples/llava/convert-image-encoder-to-gguf.py -m ../clip-vit-large-pa python ./convert.py ../llava-v1.5-7b --skip-unknown ``` -Now both the LLaMA part and the image encoder is in the `llava-v1.5-7b` directory. +Now both the LLaMA part and the image encoder are in the `llava-v1.5-7b` directory. ## LLaVA 1.6 gguf conversion 1) First clone a LLaVA 1.6 model: |