grok-1
grok-1 copied to clipboard
_pickle.UnpicklingError: invalid load key, '\x00'.
Hello, I use python3.10 to execute "python run.py", but it has an error:
_pickle.UnpicklingError: invalid load key, '\x00'.
Use python 3.11
I'm on python3.11.8, if I use default parameters in run.py, I get "killed" or "Segmentation fault". If I reduce the numbers in run.py, I get this
_pickle.UnpicklingError: invalid load key, '\x00'.
error.