使用示例里面的版本,就会报错ImportError: cannot import name 'EncoderDecoderCache' from 'transformers',使用https://github.com/datawhalechina/self-llm/blob/master/models/Llama3_1/03-Llama3_1-8B-Instruct%20WebDemo%E9%83%A8%E7%BD%B2.md 这个连接里面的版本 pip install transformers==4.43.2,就会报错AttributeError: 'GenerationConfig' object has no attribute '_eos_token_tensor'   
使用示例里面的版本,就会报错ImportError: cannot import name 'EncoderDecoderCache' from 'transformers',使用https://github.com/datawhalechina/self-llm/blob/master/models/Llama3_1/03-Llama3_1-8B-Instruct%20WebDemo%E9%83%A8%E7%BD%B2.md 这个连接里面的版本 pip install transformers==4.43.2,就会报错AttributeError: 'GenerationConfig' object has no attribute '_eos_token_tensor'


