doubility123 commited on
Commit
0b62cd9
1 Parent(s): c734816

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -47,7 +47,7 @@ from deepseek_vl.utils.io import load_pil_images
47
 
48
 
49
  # specify the path to the model
50
- model_path = "deepseek-ai/deepseek-vl-7b-chat"
51
  vl_chat_processor: VLChatProcessor = VLChatProcessor.from_pretrained(model_path)
52
  tokenizer = vl_chat_processor.tokenizer
53
 
 
47
 
48
 
49
  # specify the path to the model
50
+ model_path = "deepseek-ai/deepseek-vl-1.3b-base"
51
  vl_chat_processor: VLChatProcessor = VLChatProcessor.from_pretrained(model_path)
52
  tokenizer = vl_chat_processor.tokenizer
53