You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/ci-run.sh
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,11 @@ usage:
10
10
ci-run.sh <tmp_dir> [<cache_dir>]
11
11
12
12
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)
15
15
* Persistent model and data files are synced to and from <cache_dir>,
16
16
excluding generated .gguf files.
17
+
(openllama_3b_v2: persistent files are about 6.6GB)
0 commit comments