Closed hollstein closed 11 months ago
Thanks @hollstein ! It looks like this is a failure of the transformers tokenizer, in particular the non-fast version of that tokenizer. If we remove use_fast=False, then it loads. So I added a workaround that falls back to the fast tokenizer when needed.
Brilliant @slundberg! Thanks for fixing this so fast.
The bug
When using the model from the Huggingface hub
argilla/notus-7b-v1
, I get the following error:TypeError: not a string
To Reproduce
System info (please complete the following information):
guidance.__version__
): 0.1.5