Zhekai Chen

Results 6 comments of Zhekai Chen

看起来是因为没有__init__.py文件,find_packages查找的时候跳过shardformer了,在opensora/acceleration/shardformer下加一个空__init__.py然后重新pip install -v .

This may be a problem with my environment. My huggingface_hub version is 0.26.2.

I reinstall huggingface 0.26.1 and there seems to be no such error. Thank you for your help

> # huggingface-hub 0.27.0 @lawrence-cj > TypeError: DCAE_HF.**init**() missing 1 required positional argument: 'model_name' dc_ae = DCAE_HF.from_pretrained(model_path).to(device).eval() 0.26.1 also can't run If you use the replacement I mentioned above, will...

> Your meaning is that the model download weights might be incomplete or the path might be incorrect? @Aziily Yeah, I mean maybe when the model downloaded, the model_name argument...