Skip to content

Commit 1fecb05

Browse files
committed
Update Submodule vendor/llama.cpp 55abc39..ec8fd78
1 parent 4d0fe24 commit 1fecb05

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

llama_cpp/llama_cpp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4183,6 +4183,7 @@ def llama_sampler_init_greedy() -> llama_sampler_p:
41834183
...
41844184

41854185

4186+
# /// seed == LLAMA_DEFAULT_SEED to use a random seed.
41864187
# LLAMA_API struct llama_sampler * llama_sampler_init_dist (uint32_t seed);
41874188
@ctypes_function("llama_sampler_init_dist", [ctypes.c_uint32], llama_sampler_p_ctypes)
41884189
def llama_sampler_init_dist(seed: int) -> llama_sampler_p:

vendor/llama.cpp

0 commit comments

Comments
 (0)