Clean the code

Signed-off-by: yuanwu <yuan.wu@intel.com>
This commit is contained in:
yuanwu 2025-05-11 16:44:53 +00:00
parent a27039bc51
commit f0dac1dec8
2 changed files with 74 additions and 712 deletions

View File

@ -338,9 +338,6 @@ class FlashVlmCausalLMBatch(FlashCausalLMBatch):
image_id += 1
full_text = image_text_replacement_fixup(config, full_text)
log_master(
logger.debug, f"full_text: {full_text}"
)
input_ids = tokenizer(
full_text,
truncation=True,