We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a877db4 commit c31f0e6Copy full SHA for c31f0e6
app/src/main/java/org/vonderheidt/hips/utils/LlamaCpp.kt
@@ -168,7 +168,7 @@ object LlamaCpp {
168
/**
169
* Wrapper for the `llama_sampler_init_*` functions of llama.cpp. Loads the sampler into memory.
170
*
171
- * Currently only supports greedy sampler for Huffman encoding.
+ * Currently only supports greedy sampler.
172
173
* @return Memory address of the sampler.
174
*/
0 commit comments