From 62ca49e8c919bfafc3c8153555301ba174525e82 Mon Sep 17 00:00:00 2001 From: crasm Date: Tue, 23 Jan 2024 16:22:27 -0500 Subject: [PATCH] scripts : update usage text for ci-run.sh --- scripts/ci-run.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/ci-run.sh b/scripts/ci-run.sh index 2ea6e23be..06b5d9c6e 100755 --- a/scripts/ci-run.sh +++ b/scripts/ci-run.sh @@ -10,10 +10,11 @@ usage: ci-run.sh [] This script wraps ci/run.sh: -* If is a ramdisk, you can reduce writes to your SSD. - (~30GB per run with openllama_3b_v2) +* If is a ramdisk, you can reduce writes to your SSD. If is not a ramdisk, keep in mind that total writes will increase by the size of . + (openllama_3b_v2: quantized models are about 30GB) * Persistent model and data files are synced to and from , excluding generated .gguf files. + (openllama_3b_v2: persistent files are about 6.6GB) * defaults to ~/.cache/llama.cpp EOF exit 1