Howie Tien
Howie Tien
Hello @pacman100 , upon investigating, I think this issue stems from the `accelerate` library skipping the initialization of the DeepSpeed backend when a PyTorch distributed environment is detected. Here is...
While I haven't yet conducted extensive testing, it might be worth considering the substitution of `deepspeed.comm.is_initialized()` in place of `torch.distributed.is_initialized()` as a potential fix. Maybe I can test this and...
Thank you, @pacman100. I have created a pull request with the fix. Could you please assist with the review?
**Atom Version**: 1.9.2 **System**: Mac OS X 10.11.6 **Thrown From**: [remote-edit](https://github.com/sveale/remote-edit) package, v1.8.24 ### Stack Trace Failed to load the remote-edit package ``` At Cannot find module '/Applications/Atom.app/Contents/Resources/app.asar/src/display-buffer' Error: Cannot...
Hi @kevin85421 , after exploration, we found this is caused by two sub issues. And we have a proposed solution for you to review. Currently we have test this solution...
Hi @kevin85421, I create two PR for this fix, can you help review it? Thanks.
Hi @anyscalesam , Could you please assist with the review at your convenience? Thank you!