diff options
author | Vika <vika@fireburn.ru> | 2024-09-04 19:49:26 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-09-04 19:51:50 +0300 |
commit | a26610044483ddd323479d748af401382b8df210 (patch) | |
tree | 94b6509723210dde2302774bc7e4d18be240ab41 /Cargo.lock | |
parent | 2ac75574d5ac87b194834348e52a2267be23ebcd (diff) | |
download | bowl-a26610044483ddd323479d748af401382b8df210.tar.zst |
Smart Summary is now working!
There's no preferences dialog, so you can't really adjust the prompt or the model it uses. The default settings work well for me. You may want to tweak them depending on your model preferences and compute budget. (Not many can afford to run Llama3-8B at high quantization. Conversely, you might have a better GPU than me and wish to run a 27B model or bigger.)
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index b5d907a..717c74d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -144,6 +144,7 @@ dependencies = [ "microformats", "relm4", "relm4-icons", + "serde", "serde_json", "serde_urlencoded", "soup3", |