The new behaviour of LlamaTokenizer (with = False) requires the protobuf library but it

时间:2025-02-14 07:52:06

报错:The new behaviour of LlamaTokenizer (with  = False) requires the protobuf library but it was not found in your environment. 

解决方法:

pip install protobuf
pip install transformers_stream_generator

来源:

[Feature] requerment is not enough during Qwen and Llama2 model quantization · Issue #755 · InternLM/lmdeploy · GitHub