InternEvo
InternEvo copied to clipboard
[Bug] AssertionError: Only flash cross entropy support parallel_output
trafficstars
Describe the bug
已经按照安装指引安装好了环境,在pretrain的时候报这个错误
Environment
环境完全按照 https://github.com/InternLM/InternEvo/blob/develop/doc/install.md 安装
Other information
No response
你这个是用了flash attention还是没用呢,如果不用fa的话就把config里parallel_output设置为False。如果是要用的话看起来是FA没装上,import flash_attn看看什么结果