Daniele Giunchi
Daniele Giunchi
I have the same error. I have an nvidia card.
To fix this, your action has to be an np.int32. When a random action is selected argmax generate an int64. The solution is to cast it to int so x.astype(int).
> same here, in windows 10, my crash happens when loading the model gptj = GPT4All("ggml-mpt-7b-chat") I built with MSYS2, 64 bit, 13 I was able to debug the code...
> Huh, is that with the official installer? > > I've run it on Windows 10 with that model many many times without problems. For me, it can crash occasionally...