Skip to content

Commit 026b956

Browse files
authored
Merge pull request #51 from Lornatang/main
2 parents 76fafef + 2bc3595 commit 026b956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ All evaluations were conducted using [lmms_eval](https://github.com/EvolvingLMMs
145145
```python
146146
from transformers import AutoTokenizer, AutoProcessor, AutoModelForCausalLM
147147
from qwen_vl_utils import process_vision_info
148-
model_path = "lmms-lab/LLaVA-One-Vision-1.5-8B-Instruct"
148+
model_path = "lmms-lab/LLaVA-OneVision-1.5-8B-Instruct"
149149

150150
# default: Load the model on the available device(s)
151151
model = AutoModelForCausalLM.from_pretrained(

0 commit comments

Comments
 (0)