ColossalAI-Examples
ColossalAI-Examples copied to clipboard
question about import model_zoo.gpt.gpt as col_gpt
trafficstars
🐛 Describe the bug
when I try to run the code pipeline_gpt1d.py, there is a error, where I can't find the import model_zoo.gpt.gpt as col_gpt. So, what's the model_zoo.? how to install it.
Environment
No response
Currently, a config file is not necessary. See this as the latest CAI GPT example https://github.com/hpcaitech/ColossalAI/blob/main/examples/language/gpt/README.md
Currently, a config file is not necessary. See this as the latest CAI GPT example https://github.com/hpcaitech/ColossalAI/blob/main/examples/language/gpt/README.md
I can't find the import model_zoo.gpt.gpt as col_gpt.