Skip to content

Commit c31f0e6

Browse files
Correct JavaDoc
1 parent a877db4 commit c31f0e6

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/org/vonderheidt/hips/utils

1 file changed

+1
-1
lines changed

app/src/main/java/org/vonderheidt/hips/utils/LlamaCpp.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ object LlamaCpp {
168168
/**
169169
* Wrapper for the `llama_sampler_init_*` functions of llama.cpp. Loads the sampler into memory.
170170
*
171-
* Currently only supports greedy sampler for Huffman encoding.
171+
* Currently only supports greedy sampler.
172172
*
173173
* @return Memory address of the sampler.
174174
*/

0 commit comments

Comments
 (0)