c122-ode
c122-ode
能否给我发一份 encoder_chunk.onnx,decoder.onnx,ctc.onnnx [email protected],谢谢了~
@scuizhibin 大佬如何处理 select_and_pad_pred_map 的,这个是动态的,无法转为onnx哇
MiniCPM-V i found `output = self.llm.generate( inputs_embeds=inputs_embeds, pad_token_id=0, eos_token_id=tokenizer.eos_token_id, **kwargs )` "inputs_embeds " **not None** But when met "forward": MiniCPMForCausalLM :forward() inputs_embeds is **None**. what happens in the process of...