From 7fffe5db298ceb8537405f607e136fb74932b2bf Mon Sep 17 00:00:00 2001 From: security-companion <11234621+security-companion@users.noreply.github.com> Date: Sat, 10 Jun 2023 15:59:53 +0200 Subject: [PATCH] add hint about minimum required RAM (#411) Co-authored-by: Juan Calderon-Perez <835733+gaby@users.noreply.github.com> --- web/src/routes/models/+page.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/routes/models/+page.svelte b/web/src/routes/models/+page.svelte index 18a7ccb..ce0a925 100644 --- a/web/src/routes/models/+page.svelte +++ b/web/src/routes/models/+page.svelte @@ -46,7 +46,8 @@

- Make sure you have enough disk space and available RAM to run them. + Make sure you have enough disk space and available RAM to run them.
+ 7B requires about 4.5GB of free RAM, 13B requires about 12GB free, 30B requires about 20GB free