Unsloth start too many processes
all versions of unsloth after 2024.7 start too many processes, 2024.7 has no this issue.
all versions of unsloth after 2024.7 start too many processes, 2024.7 has no this issue. MM that's weird, was going to ask if it could be unsloth-zoo but that was created in Oct 2024.
Is this happening for local only? Did you do a complete fresh uninstall and reinstall?
Is this happening for local only? ----I only use local way, don't know how to use other method
Did you do a complete fresh uninstall and reinstall?----yes
Seems caused by the module been imported multiple times. We fixed this by put the code under if __name__ == "__main__".
Seems caused by the module been imported multiple times. We fixed this by put the code under
if __name__ == "__main__".
@kkpattern Why can't see the fixed? what's the content of the fixed?
Seems caused by the module been imported multiple times. We fixed this by put the code under
if __name__ == "__main__".
@kkpattern @shimmyshimmer Could you please guide me to investigate this issue to do a PR?