change module name to deepseek_vl2

This commit is contained in:
Xingchao Liu
2024-12-17 15:42:09 +08:00
parent 7caa51a05c
commit 6036493d83
32 changed files with 20 additions and 20 deletions

View File

@@ -24,8 +24,8 @@ from transformers import AutoModelForCausalLM
import PIL.Image
from deepseek_vl.models import DeepseekVLV2ForCausalLM, DeepseekVLV2Processor
from deepseek_vl.serve.app_modules.utils import parse_ref_bbox
from deepseek_vl2.models import DeepseekVLV2ForCausalLM, DeepseekVLV2Processor
from deepseek_vl2.serve.app_modules.utils import parse_ref_bbox
def load_pil_images(conversations: List[Dict[str, str]]) -> List[PIL.Image.Image]: