Open Liuwenjing985 opened 11 hours ago
Hi @Liuwenjing985, I think this is caused by using different versions of the code. I suggest you first get the latest code, and then reinstall the environment from source. Please do not use pip install uni2ts for now, we will update PyPI later.
Describe the bug When I build a python demo name testmoe.py with the "get started codes example " in the src directory, the terminal gives the following error like this: "TypeError: MoiraiMoEModule.init() missing 8 required positional arguments: 'distr_output', 'd_model', 'd_ff', 'num_layers', 'patch_sizes', 'max_seq_len', 'attn_dropout_p', and 'dropout_p' ", and I didn't pip install the uni2ts in the virtual environment.
Expected behavior pleease help me to anasys the problem
Environment