'InternLMXComposerTokenizer' object has no attribute 'sp_model'
#6
by
leowgyang
- opened
Does this project have a chat.py or a demo?
I meet a error and solved by https://github.com/huggingface/transformers/issues/26340
But there are other errors.
same here. Any solutions so far?
move super().init() at the end of the InternLMXComposerTokenizer's init() function, it will be ok!