Skip to content
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

Potential bug in Mixture of Experts Model #132

Open
kjjarvis opened this issue Dec 6, 2023 · 0 comments
Open

Potential bug in Mixture of Experts Model #132

kjjarvis opened this issue Dec 6, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@kjjarvis
Copy link
Contributor

kjjarvis commented Dec 6, 2023

Describe the bug
Given issue #129 , we suspect there may be an issue with copying MoE models

To Reproduce
To explore this, create an MoE model and try to deep copy it. See if error results.

Expected behavior
We should be able to create a copy of an MoE model.

Also need to add new tests to test_moe.py to confirm copying of model is working correctly (previously issue #134 )

@kjjarvis kjjarvis added the bug Something isn't working label Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant