Replies: 1 comment
|
A good way to locate it is to search the repository: git grep "def get_blend_from_list"or git grep "get_blend_from_list"If the search returns nothing, then you're likely looking at a version where the function has either:
In recent versions of Megatron-LM, dataset blending utilities are typically found under modules such as: or If your code imports it like: from xxx import get_blend_from_listbut the definition is missing, it's also possible that:
If you can share:
it would be much easier to determine where the function went or what replaced it. If this answer helped or pointed you in the right direction, I'd appreciate it if you could mark it as the accepted answer so it's easier for others with the same issue to find. Also, if you found my contribution useful, I'd appreciate it if you could check out my GitHub profile, follow me, and star any repositories you find interesting. GitHub: https://github.com/Advait251206 |
Uh oh!
There was an error while loading. Please reload this page.
i cannot find the defination of the function get_blend_from_list , anyone help?
All reactions