MIE05E010015

Fault Symptom

The parameter value exceeds the limit.

Fault Cause

  1. The value of model_name is empty or exceeds the maximum length.
  2. The max_position_embeddings parameter is not configured or the value of this parameter is not a positive number.

Fault Location

  1. Check whether the value length of model_name in the config.json file of the serving framework is within the range of [1, 256].
  2. 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.