We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86aeb9f commit 64f5153Copy full SHA for 64f5153
1 file changed
llama_cpp/llama_chat_format.py
@@ -24,6 +24,7 @@ def __call__(
24
top_k: int = 40,
25
stream: bool = False,
26
stop: Optional[Union[str, List[str]]] = [],
27
+ seed: Optional[int] = None,
28
max_tokens: int = 256,
29
presence_penalty: float = 0.0,
30
frequency_penalty: float = 0.0,
0 commit comments