8000
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 843b7cc commit 1e844d3Copy full SHA for 1e844d3
llama_cpp/llama.py
@@ -230,7 +230,7 @@ def __init__(
230
grammar: Optional[Union[str, Path]] = None,
231
n_gqa: Optional[int] = None, # (TEMPORARY) must be 8 for llama2 70b
232
rms_norm_eps: Optional[float] = None, # (TEMPORARY)
233
- mul_mat_q: Optional(bool) = None, # (TEMPORARY)
+ mul_mat_q: Optional[bool] = None, # (TEMPORARY)
234
verbose: bool = True,
235
):
236
"""Load a llama.cpp model from `model_path`.
0 commit comments