### 🐛 Describe the bug When running OPT example, I got the following errors: ``` AttributeError: type object 'ChunkManager' has no attribute 'search_chunk_size' ``` This is caused by an outdated API. Comparing to the OPT example in [ColossalAI](https://github.com/hpcaitech/ColossalAI/tree/f7e276fa717f6a414f56246a54b87ba5a4c36fb3/examples/language/opt), the example here is not updated up for a while. ### Environment _No response_
🐛 Describe the bug
When running OPT example, I got the following errors:
This is caused by an outdated API. Comparing to the OPT example in ColossalAI, the example here is not updated up for a while.
Environment
No response