Skip to content

Commit 201a110

Browse files
committed
scripts : update usage text for ci-run.sh
1 parent b415110 commit 201a110

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/ci-run.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ usage:
1010
ci-run.sh <tmp_dir> [<cache_dir>]
1111
1212
This script wraps ci/run.sh:
13-
* If <tmp_dir> is a ramdisk, you can reduce writes to your SSD.
14-
(~30GB per run with openllama_3b_v2)
13+
* If <tmp_dir> is a ramdisk, you can reduce writes to your SSD. If <tmp_dir> is not a ramdisk, keep in mind that total writes will increase by the size of <cache_dir>.
14+
(openllama_3b_v2: quantized models are about 30GB)
1515
* Persistent model and data files are synced to and from <cache_dir>,
1616
excluding generated .gguf files.
17+
(openllama_3b_v2: persistent files are about 6.6GB)
1718
* <cache_dir> defaults to ~/.cache/llama.cpp
1819
EOF
1920
exit 1

0 commit comments

Comments
 (0)