Name of the feature
A user of OpenCharacters (where AutoTokenizer is used to support Basaran inference - not that this context is super relevant here) was trying to load this LLaMA model but hit upon the error "Unknown Normalizer type: Prepend"
This is what the config object looks like:

To replicate
await import("https://cdn.jsdelivr.net/npm/@xenova/transformers/dist/transformers.min.js");
let tokenizer = await AutoTokenizer.from_pretrained("https://huggingface.co/TehVenom/Pygmalion-7b-Merged-Safetensors/resolve/main");