We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Bug is raise from: https://github.com/hpcaitech/ColossalAI/blob/main/colossalai/moe/experts.py#L88
You can reproduce the error by simply running code below:
from colossalai.shardformer.layer.utils import Randomizer Randomizer(42).fork_rng(enable_cpu=True) # raise error if run on CPU
This will cause OpenMoE unable to initialize parameters on CPU.
No response
The text was updated successfully, but these errors were encountered:
OK I fixed this issue, I will submit a PR soon.
Sorry, something went wrong.
Thank you for your contribution
Successfully merging a pull request may close this issue.
🐛 Describe the bug
The Bug is raise from: https://github.com/hpcaitech/ColossalAI/blob/main/colossalai/moe/experts.py#L88
You can reproduce the error by simply running code below:
This will cause OpenMoE unable to initialize parameters on CPU.
Environment
No response
The text was updated successfully, but these errors were encountered: