MIE05E010009
Fault Symptom
The MindIE inference request fails. The shape of request_ids fails to be verified.
Fault Cause
When the upper layer calls sampler, the input request_ids is inconsistent with the shape of dimension 0 of logits.
Fault Location
Check whether batch_size of request_ids passed when the __call__ method of sampler is called is the same as that of logits.
Parent topic: MindIE LLM Error Code Reference