[BUG] signal.SIGKILL is not available on Windows — Causes Crash During Model Load #61
sthasmn
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
❗ Problem
When using NeMo on Windows, the library crashes with the following error:
📍 Location of Error
This occurs in:
nemo/utils/exp_manager.py:170
Line causing the problem:
signal.SIGKILL is not available on Windows, causing an AttributeError.
Workaround / Fix
Edit the file:
/Lib/site-packages/nemo/utils/exp_manager.py
Replace:
to
And add
Beta Was this translation helpful? Give feedback.
All reactions