Remove log

Signed-off-by: yuanwu <yuan.wu@intel.com>
This commit is contained in:
yuanwu 2024-07-29 22:02:42 +00:00
parent 588a014551
commit db0b6567e1

View File

@ -165,9 +165,8 @@ def get_model(
dtype=dtype, dtype=dtype,
trust_remote_code=trust_remote_code, trust_remote_code=trust_remote_code,
) )
logger.info(f"model_type = {model_type}")
if model_type == "llava_next": if model_type == "llava_next":
logger.info(f"################model_type = {model_type}")
return VlmCausalLM( return VlmCausalLM(
model_class=LlavaNextForConditionalGeneration, model_class=LlavaNextForConditionalGeneration,
model_id=model_id, model_id=model_id,