You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use set PYTHONPATH=%cd%
python bin\to_jit.py model.path=%cd%\big-lama +save_path=%cd%\big-lama\big-lama.jit
in the root directory of lama under windows os in order to convert ckpt format to pt format,
I use set PYTHONPATH=%cd%
python bin\to_jit.py model.path=%cd%\big-lama +save_path=%cd%\big-lama\big-lama.jit
in the root directory of lama under windows os in order to convert ckpt format to pt format,
but An error occurred:
handler = _signal.signal(_enum_to_int(signalnum), _enum_to_int(handler))
^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
ValueError: invalid signal value
Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
The text was updated successfully, but these errors were encountered: