GLM-4.6 tokenizer error

#29
by aaabbb1234567 - opened

I'm getting this error when loading a GLM-4.6 tokenizer in Java with HuggingFace's tokenizer library:

java.lang.RuntimeException: data did not match any variant of untagged enum ModelWrapper at line 1424063 column 1

The tokenizer fails to initialize at line 1424063. Any ideas what causes this?

Sign up or log in to comment