mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-22 15:32:08 +00:00
Remove log
Signed-off-by: yuanwu <yuan.wu@intel.com>
This commit is contained in:
parent
588a014551
commit
db0b6567e1
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user