Skip to content

Releases: Bip-Rep/sherpa

2.2.1

14 Apr 13:06
Compare
Choose a tag to compare

Sherpa will utilize previously selected pre-prompts and reverseprompts.

2.2.0

14 Apr 12:11
Compare
Choose a tag to compare

Adding the stop button

2.1.0

12 Apr 13:45
Compare
Choose a tag to compare

Adding support for Vicuna model
Adding support for MacOs

Correction build.gradle

29 Mar 11:33
Compare
Choose a tag to compare

It seems that with build.gradle targetSdkVersion to 33, android can't read the file.
We changed it to 31

Windows AND Android support !!!

28 Mar 11:54
Compare
Choose a tag to compare

We can now install (or just run) a windows version !!

ggml model can now be picked with filepicker

28 Mar 11:17
Compare
Choose a tag to compare

You can now open any model you want with a filepicker instead of forcing the file model to be ggml-model.bin in the download folder.

1.0.0

27 Mar 18:46
6bdd5eb
Compare
Choose a tag to compare

This app is a demo of the llama.cpp model.
It was made on Flutter using an implementation of ggerganov/llama.cpp recompiled to work on mobiles.

It tries to recreate a chatbot that is offline, and works like OpenAI's ChatGPT.
You can fine tune it with preprompts.

The LLaMA models are officially distributed by Meta and will never be provided by us.