Safetensors
custom_code
Yin-Xie commited on
Commit
9718063
·
verified ·
1 Parent(s): 26bcb6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 = "Deep-VLM/LLaVA-One-Vision-1.5-4B-instruct"
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(