Skip to content

Commit 600ab1f

Browse files
Fix notes rendering
Signed-off-by: Alex-Brooks <[email protected]>
1 parent 473606c commit 600ab1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/llava/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ python ./examples/convert_legacy_llama.py ../llava-v1.6-vicuna-7b/ --skip-unknow
101101
```
102102

103103
**note** llava-1.6 needs more context than llava-1.5, at least 3000 is needed (just run it at -c 4096)
104+
104105
**note** llava-1.6 greatly benefits from batched prompt processing (defaults work)
106+
105107
**note** if the language model in step `6)` is incompatible with the legacy conversion script, the easiest way handle the LLM model conversion is to load the model in transformers, and export only the LLM from the llava next model.
106108

107109
```python

0 commit comments

Comments
 (0)