You say this: We also support pretrained language models from the transformers package, such as MPT, RedPajama, LLaMA, OPT, GPT-Neo, GPT-J, and Pythia models.
However, in my server, models other than the OPT class model have various errors, such as 'GPTNeoXForCausalLM' object has no attribute 'transformer'. How to solve this problem?
I also found a gap between the open-flamingo packages I downloaded in my local windows environment and Ubuntu environment. How can I solve this problem?
this is my environment in Ubuntu:
torch 1.9.0+cu102
torchaudio 0.9.0
torchvision 0.10.0+cu102
transformers 4.24.0
open-clip-torch 2.20.0
open-flamingo 0.0.2
You say this: We also support pretrained language models from the transformers package, such as MPT, RedPajama, LLaMA, OPT, GPT-Neo, GPT-J, and Pythia models. However, in my server, models other than the OPT class model have various errors, such as 'GPTNeoXForCausalLM' object has no attribute 'transformer'. How to solve this problem? I also found a gap between the open-flamingo packages I downloaded in my local windows environment and Ubuntu environment. How can I solve this problem?