We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76fafef + 2bc3595 commit 026b956Copy full SHA for 026b956
README.md
@@ -145,7 +145,7 @@ All evaluations were conducted using [lmms_eval](https://github.com/EvolvingLMMs
145
```python
146
from transformers import AutoTokenizer, AutoProcessor, AutoModelForCausalLM
147
from qwen_vl_utils import process_vision_info
148
-model_path = "lmms-lab/LLaVA-One-Vision-1.5-8B-Instruct"
+model_path = "lmms-lab/LLaVA-OneVision-1.5-8B-Instruct"
149
150
# default: Load the model on the available device(s)
151
model = AutoModelForCausalLM.from_pretrained(
0 commit comments