Alexey Nominas

Results 11 comments of Alexey Nominas

I have a similar problem. When I try to open a file I get the following error: > Exception in thread "LWJGL Application" java.lang.IndexOutOfBoundsException: index can't be >= size: 1...

Hi! Sometimes I use a tablet or a mouse and I can say that moving the mouse left and right is more convenient cause I move my wrist. Moving the...

gpt4all moved repo with python bindings in their [main repo](https://github.com/nomic-ai/gpt4all/blob/main/gpt4all-bindings/python/README.md) [these imports](https://github.com/hwchase17/langchain/blob/master/langchain/llms/gpt4all.py#L158-L160) should be changed to gpt4all (and mentioning in the comments as well) [pygpt4all](https://github.com/nomic-ai/pygpt4all) is still alive tho...

thanks a lot @AndriyMulyar! I'm confused a little with [these parameters](https://github.com/nomic-ai/gpt4all/blob/36a6e824f08be11858599aaac9d1083d466cbbea/gpt4all-bindings/python/gpt4all/pyllmodel.py#L130-L132), it looks like implementation details. And I see you have added MPT support, do you plan to keep that...

backend check was needed to pass different parameters because pygpt4all used different ones, I'll remove it for now. logits_size, tokens_size and n_past are unclear to me. I'm looking at the...

I hope it will be determined based on the actual file. I don't understand how it's possible to do that based only on the file name

I'd like to use the model path without splitting it into path-to-directory and file name, up to you though

@HyunggyuJang, @rguo123, could you please double check the latest changes and resolve the above conversations?

It would be great to have `n_ctx` in the model constructor, not in the generate method though. I've been playing around with ggml a bit, trying to implement a growing...