ErrLookup › meta-llama/llama
meta-llama/llama
Inference code for Llama models · Python · 7 source files
Analyzed at 689c7f261b on 2026-08-15. 5 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Error: special tags are not allowed as part of the prompt. | validation | error | llama, prompt-injection, chat-completion, input-validation |
| no checkpoint files found in {ckpt_dir} | validation | critical | llama, checkpoint, file-not-found, model-loading |
| Loading a checkpoint for MP={len(checkpoints)} but world siz | validation | critical | llama, model-parallel, checkpoint, torchrun, distributed |
| model only supports 'system', 'user' and 'assistant' roles, | validation | error | llama, chat-completion, dialog-format, input-validation |
| Last message must be from user, got {dialog[-1]['role']} | validation | error | llama, chat-completion, dialog-format, input-validation |