hpcaitech / ColossalAI-Examples

Examples of training models with hybrid parallelism using ColossalAI
Apache License 2.0
333 stars 102 forks source link

question about import model_zoo.gpt.gpt as col_gpt #193

Open lambda7xx opened 1 year ago

lambda7xx commented 1 year ago

🐛 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

feifeibear commented 1 year ago

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

lambda7xx commented 1 year ago

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.