File tree Expand file tree Collapse file tree
src/main/java/de/kherud/llama Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -584,7 +584,7 @@ public ModelParameters setCacheTypeV(CacheType type) {
584584 }
585585
586586 /**
587- * Set KV cache defragmentation threshold (default: 0.1, < 0 - disabled).
587+ * Set KV cache defragmentation threshold (default: 0.1, < 0 - disabled).
588588 */
589589 public ModelParameters setDefragThold (float defragThold ) {
590590 parameters .put ("--defrag-thold" , String .valueOf (defragThold ));
@@ -640,7 +640,7 @@ public ModelParameters setNuma(NumaStrategy numaStrategy) {
640640 }
641641
642642 /**
643- * Set comma-separated list of devices to use for offloading < dev1,dev2,..> (none = don't offload).
643+ * Set comma-separated list of devices to use for offloading < dev1,dev2,..> (none = don't offload).
644644 */
645645 public ModelParameters setDevices (String devices ) {
646646 parameters .put ("--device" , devices );
You can’t perform that action at this time.
0 commit comments