Skip to content

Commit a1a7474

Browse files
committed
minor doc comment fix
1 parent 0b84ea4 commit a1a7474

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/de/kherud/llama/ModelParameters.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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, &lt; 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 &lt;dev1,dev2,..&gt; (none = don't offload).
644644
*/
645645
public ModelParameters setDevices(String devices) {
646646
parameters.put("--device", devices);

0 commit comments

Comments
 (0)