scripts : update usage text for ci-run.sh
This commit is contained in:
parent
25f1d79fb2
commit
62ca49e8c9
1 changed files with 3 additions and 2 deletions
|
@ -10,10 +10,11 @@ usage:
|
||||||
ci-run.sh <tmp_dir> [<cache_dir>]
|
ci-run.sh <tmp_dir> [<cache_dir>]
|
||||||
|
|
||||||
This script wraps ci/run.sh:
|
This script wraps ci/run.sh:
|
||||||
* If <tmp_dir> is a ramdisk, you can reduce writes to your SSD.
|
* 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>.
|
||||||
(~30GB per run with openllama_3b_v2)
|
(openllama_3b_v2: quantized models are about 30GB)
|
||||||
* Persistent model and data files are synced to and from <cache_dir>,
|
* Persistent model and data files are synced to and from <cache_dir>,
|
||||||
excluding generated .gguf files.
|
excluding generated .gguf files.
|
||||||
|
(openllama_3b_v2: persistent files are about 6.6GB)
|
||||||
* <cache_dir> defaults to ~/.cache/llama.cpp
|
* <cache_dir> defaults to ~/.cache/llama.cpp
|
||||||
EOF
|
EOF
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue