Closed nchudleigh closed 2 months ago
This is happening because the current promptTokens will have special tokens in them without filtering. I'm adding a fix that will filter it by default via whisperKit.tokenizer.encode(text: promptString).filter { $0 < tokenizer.specialTokens.specialTokenBegin }
Thanks for the report, this will be in the next release shortly.
Should be resolved with #183