Unsupported PostProcessor type: Sequence

#1
by depasquale - opened
MLX Community org

When I try to run this model, I get the following error:

Tokenizers/PostProcessor.swift:39: Fatal error: Unsupported PostProcessor type: Sequence
MLX Community org

Possibly an issue in https://github.com/huggingface/swift-transformers, I'll take a look.

@pcuenq It looks as if there is no PostProcessor to handle the Sequence type in Swift Transformers πŸ™‚ I looked at implementing it myself and didn't get too far. I do see a couple of other examples where they implemented in JavaScript and possibly Rust. Can point you to those if that would help? Would really like to try out this particular LLama model but can't due to this issue ...

Sign up or log in to comment