You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is needed for the Llama 3.2 models that were released today. It looks like this isn't a huge thing, so I'll see if I can port the Rust implementation to Swift.
It seems that the following post-processor block in tokenizer.json is not supported:
It throws the following error:
Unknown PostProcessor type: Sequence
You can find the specific pain point here, at Tokenizers/PostProcessor.swift:39
The original implementation in Rust can be found here: https://github.com/huggingface/tokenizers/blob/25aee8b88c8de3c5a52e2f9cb6281d6df00ad516/tokenizers/src/processors/sequence.rs#L18-L36
Should be something simple and I will look for a solution over the weekend, but maybe it's something you've already found.
You can assign it to me and I will have it ready as soon as possible.
The text was updated successfully, but these errors were encountered: