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 ec617c0 commit bc853e3Copy full SHA for bc853e3
llama_cpp/llama.py
@@ -51,7 +51,7 @@ class LlamaState:
51
def __init__(
52
self,
53
eval_tokens: Deque[llama_cpp.llama_token],
54
- eval_logits: Deque[List[llama_cpp.c_float]],
+ eval_logits: Deque[List[float]],
55
llama_state, # type: llama_cpp.Array[llama_cpp.c_uint8]
56
llama_state_size: llama_cpp.c_size_t,
57
):
0 commit comments