grok-1 icon indicating copy to clipboard operation
grok-1 copied to clipboard

_pickle.UnpicklingError: invalid load key, '\x00'.

Open jiangix-paper opened this issue 11 months ago • 2 comments

Hello, I use python3.10 to execute "python run.py", but it has an error:

_pickle.UnpicklingError: invalid load key, '\x00'.

jiangix-paper avatar Mar 18 '24 08:03 jiangix-paper

Use python 3.11

dinu7172 avatar Mar 18 '24 14:03 dinu7172

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.

bluevisor avatar Mar 18 '24 17:03 bluevisor