MIE05E010012

Fault Symptom

The MindIE initialization fails. eos_token_id is invalid.

Fault Cause

eos_token_id is neither of the int type nor a non-null list.

Fault Location

If this fault occurs, check the configuration in the following sequence:

  1. config.json file of the serving framework > generation_config.json file of model weights > config.json file of model weights > tokenizer_config.json file of model weights or tokenizer weights.
  2. Check whether eos_token_id is set to a value that does not meet the requirements, which must be of the int type or a list of the int type.