Update README.md
Browse files
README.md
CHANGED
@@ -80,7 +80,7 @@ Here we show a code snippet to show you how to use the chat model with `transfor
|
|
80 |
```python
|
81 |
from transformers import AutoTokenizer, AutoProcessor, AutoModelForCausalLM
|
82 |
from qwen_vl_utils import process_vision_info
|
83 |
-
model_path = "
|
84 |
|
85 |
# default: Load the model on the available device(s)
|
86 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
80 |
```python
|
81 |
from transformers import AutoTokenizer, AutoProcessor, AutoModelForCausalLM
|
82 |
from qwen_vl_utils import process_vision_info
|
83 |
+
model_path = "lmms-lab/LLaVA-One-Vision-1.5-8B-Instruct"
|
84 |
|
85 |
# default: Load the model on the available device(s)
|
86 |
model = AutoModelForCausalLM.from_pretrained(
|