Update README.md
Browse files
README.md
CHANGED
|
@@ -56,7 +56,7 @@ from transformers import AutoModelForCausalLM
|
|
| 56 |
from qwen_vl_utils import process_vision_info
|
| 57 |
|
| 58 |
|
| 59 |
-
model_id = "/
|
| 60 |
processor = AutoProcessor.from_pretrained(model_id, trust_remote_code=True)
|
| 61 |
model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype=torch.bfloat16, device_map="auto", trust_remote_code=True)
|
| 62 |
|
|
|
|
| 56 |
from qwen_vl_utils import process_vision_info
|
| 57 |
|
| 58 |
|
| 59 |
+
model_id = "SCUT-DLVCLab/TongGu-VL-2B-Instruct"
|
| 60 |
processor = AutoProcessor.from_pretrained(model_id, trust_remote_code=True)
|
| 61 |
model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype=torch.bfloat16, device_map="auto", trust_remote_code=True)
|
| 62 |
|