Commit Graph

97 Commits (7a472bea8873172f13ac9a8aabdd061a550cebc2)

Author SHA1 Message Date
Richard Guo 7a472bea88 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
1 year ago
Andriy Mulyar a3aab14f61 Supports downloading officially supported models not hosted on gpt4all R2 1 year ago
Andriy Mulyar 555449a03c Update gpt4all_faq.md (#861)
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
Ettore Di Giacinto 36dc23d527 Set thread counts after loading model (#836) 1 year ago
Andriy Mulyar 80598cbde8 Documentation for model sideloading (#851)
* Documentation for model sideloading

Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>

* Update gpt4all_chat.md

Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>

---------

Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
Richard Guo ceb9cdad2e updated pypi version 1 year ago
Richard Guo fc3655e163 small typo fix 1 year ago
Richard Guo d051ac889c more cleanup 1 year ago
Richard Guo 46986d5f26 cleanup 1 year ago
Richard Guo 67b7641390 fixed finding model libs 1 year ago
Richard Guo 8ad14e209a load libs correctly 1 year ago
Richard Guo 711f8e8af4 model creation is failing... debugging 1 year ago
Richard Guo 74e69a3e80 load all model libs 1 year ago
Richard Guo 9ed9530367 updated bindings code for updated C api 1 year ago
mvenditto fc5537badf C# Bindings - improved logging (#714)
* added optional support for .NET logging

* bump version and add missing alpha suffix

* avoid creating additional namespace for extensions

* prefer NullLogger/NullLoggerFactory over null-conditional ILogger to avoid errors

---------

Signed-off-by: mvenditto <venditto.matteo@gmail.com>
1 year ago
Andriy Mulyar d15ff7de40 Update gpt4all_chat.md (#800)
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
Tim Miller 455e6aa7ce Fix MSVC Build, Update C# Binding Scripts 1 year ago
Ettore Di Giacinto ac079b1e67 Add ldl in gpt4all.go for dynamic linking (#797) 1 year ago
mudler 901618f607 Drop leftover include 1 year ago
mudler 3da205fb2e Style 1 year ago
mudler ea3f91ed24 Adapt makefile 1 year ago
mudler 96d3cfd053 Debug 1 year ago
mudler 3a29055606 Makefile changes (WIP to test) 1 year ago
mudler 2a6b6fc1b5 Adapt code 1 year ago
Andriy Mulyar ed0bade24d Documentation improvements on LocalDocs (#790)
* Update gpt4all_chat.md

Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>

* typo

Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>

---------

Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
Andriy Mulyar fae8d65582 Fixed formatting of localdocs docs (#770) 1 year ago
Andriy Mulyar 7e18f179e9 Improved localdocs documentation (#762)
* Improved localdocs documentation

* Improved localdocs documentation

* Improved localdocs documentation

* Improved localdocs documentation
1 year ago
Andriy Mulyar 3bb19b5e91 LocalDocs documentation initial (#761)
* LocalDocs documentation initial
1 year ago
mvenditto 522dfdbfe1 C# Bindings - Prompt formatting (#712)
* Added support for custom prompt formatting

* more docs added

* bump version
1 year ago
Nandakumar 4161bfba33 Update README.md (#738)
* Update README.md

fix golang gpt4all import path

Signed-off-by: Nandakumar <nandagunasekaran@gmail.com>

* Update README.md

Signed-off-by: Nandakumar <nandagunasekaran@gmail.com>

---------

Signed-off-by: Nandakumar <nandagunasekaran@gmail.com>
1 year ago
Joseph Mearman 6ec2e26cd1 tiny typo (#739) 1 year ago
Richard Guo 9f62d4d05f hotfix default verbose optioin 1 year ago
Konstantin Gukov 6ec3efa355 one funcion to append .bin suffix 1 year ago
Konstantin Gukov 52efd17165 Correct indentation of the multiline error message 1 year ago
Konstantin Gukov 39bdd74ddd Add optional verbosity 1 year ago
Konstantin Gukov 136a5ac30d Correct return type 1 year ago
Konstantin Gukov e362e18431 Do not ignore explicitly passed 4 threads 1 year ago
Konstantin Gukov a2e2a64899 Redundant else 1 year ago
Konstantin Gukov 8229bb5477 1. Cleanup the interrupted download
2. with-syntax
1 year ago
Konstantin Gukov b12e0e98c7 less magic number 1 year ago
Konstantin Gukov 4dff67cee5 convert to f-strings 1 year ago
Konstantin Gukov 6e3c59d8b2 reduce nesting, better error reporting 1 year ago
Konstantin Gukov 591a047204 Concise model matching 1 year ago
Konstantin Gukov 4de8f991f9 Log where the model was found 1 year ago
Konstantin Gukov b6b21441c7 Nicer handling of missing model directory.
Correct exception message.
1 year ago
Konstantin Gukov 84201784b5 More precise condition 1 year ago
Konstantin Gukov e3bdc8fc87 rm redundant json 1 year ago
redthing1 0e11584783 make sample print usage and cleaner 1 year ago
redthing1 448acb337d create test project and basic model loading tests 1 year ago
redthing1 9248bd0c1e ignore rider and vscode dirs 1 year ago