-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fix #2506] Specify multiprocessing context in DataLoader #2507
Conversation
2b72953
to
5c12642
Compare
thx! |
Sorry , I have to revert this PR, I cannot laungh deepspeed engine after this PR. |
Hi @xingchensong, could you describe in more detail the error you get when launching deepspeed? If it is solvable, I would like to do this work and remerge this pr if possible. |
Support for the KUNPENG CPU is not a top priority; you can treat it as a patch and explore DeepSpeed issue when using an Intel CPU. |
I tried to run training pipeline in The cpu test with:
|
我在使用自己diy代码,抄本在线hotfix (wenet-e2e/WenetSpeech#54 ),deespeed会一直重复进行初始化 https://paste.ubuntu.com/p/4FmD3342Dv/ 听你描述,应该去掉这段diy代码可以正常跑,没有时间探究原因,你有时间可以尝试解决下 |
ok 我尝试下 |
- fix segmentfault in Kunpeng (wenet-e2e#2506) - avoids the repeated initialization of deepspeed in (wenet-e2e#2507)
- fix segmentfault in Kunpeng (wenet-e2e#2506) - avoids the repeated initialization of deepspeed causing by (wenet-e2e#2507)
Fix #2506
P.S. The indentation adjustment of the code is to pass the format check of yapf.