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:
- 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.
- 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.
Parent topic: MindIE LLM Error Code Reference