给给龙

Results 14 comments of 给给龙

> 好吧 抱怨了不到二十分钟自己找到解决方法的: > https://blog.chaos.run/dreams/hexo-enable-math-support/ 不好意思,我按照这个做了之后,并没有生效。你按照这个修改之后成功了吗?

> I also encountered the same error. Did you manage to resolve it later on? I'm using version 0.3.0 of colossalai. I encountered a `RuntimeError: Parameter "tor_bond_conv.batch_norm.bias" failed at the...

There are significant differences between the main branch and the released versions (such as 0.2.7 and 0.2.8) of colossalai. I noticed that there was an update for the zero-related files...

I also encountered the same error. Did you manage to resolve it later on?

> I also encountered the same error. Did you manage to resolve it later on? I'm using version 0.3.0 of colossalai. I encountered a `RuntimeError: Parameter "tor_bond_conv.batch_norm.bias" failed at the...

Same problem. Have you found a solution to this issue yet? 😞

> Running `inference.py` appears to work as expected on the provided example, i.e. > > `python -m inference --protein_ligand_csv data/protein_ligand_example_csv.csv --out_dir results/user_predictions_small --inference_steps 20 --samples_per_complex 40 --batch_size 10 --actual_steps 18...

我试着新版也这样报错,用本仓库里的1.2.4就没问题

1.2.6版本,同样问题,根据楼上的建议,打开了funasr/__init__.py里的打印,发现有 `Failed to import funasr.models.qwen_audio.model: No module named 'whisper'`这样一行。进入到`funasr.models.qwen_audio.model`中,有一行`import whisper`,看起来是想导入models下的whisper模块,但是由于路径问题导入失败。这行改成`from .. import whisper`后运行起来了,但由于硬件不足,有其他报错,故暂未有最终结果验证。