gpt4all/gpt4all-bindings
Richard Guo c4706d0c14
Replit Model (#713)
* porting over replit code model to gpt4all

* replaced memory with kv_self struct

* continuing debug

* welp it built but lot of sus things

* working model loading and somewhat working generate.. need to format response?

* revert back to semi working version

* finally got rid of weird formatting

* figured out problem is with python bindings - this is good to go for testing

* addressing PR feedback

* output refactor

* fixed prompt reponse collection

* cleanup

* addressing PR comments

* building replit backend with new ggmlver code

* chatllm replit and clean python files

* cleanup

* updated replit to match new llmodel api

* match llmodel api and change size_t to Token

* resolve PR comments

* replit model commit comment
2023-06-06 17:09:00 -04:00
..
cli Do not ignore explicitly passed 4 threads 2023-05-26 09:24:03 -04:00
csharp C# Bindings - improved logging (#714) 2023-06-01 21:01:27 +01:00
golang Set thread counts after loading model (#836) 2023-06-05 21:35:40 +02:00
python Replit Model (#713) 2023-06-06 17:09:00 -04:00
typescript tiny typo (#739) 2023-05-28 19:50:45 -04:00
README.md rough draft of monorepo plan 2023-05-01 15:45:39 -04:00

GPT4All Bindings

This directory will contain language specific bindings on top of the C/C++ model backends. We will have one directory per language binding (e.g. Python, Typescript, Golang, etc.).