MIE05E010015
Fault Symptom
The parameter value exceeds the limit.
Fault Cause
- The value of model_name is empty or exceeds the maximum length.
- The max_position_embeddings parameter is not configured or the value of this parameter is not a positive number.
Fault Location
- Check whether the value length of model_name in the config.json file of the serving framework is within the range of [1, 256].
- Check whether the max_position_embeddings parameter is configured in the config.json file of the serving framework and whether the value is greater than 0.
Parent topic: MindIE LLM Error Code Reference