Skip to content

Commit d984742

Browse files
committed
fix typo!
1 parent 41cff76 commit d984742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama_cpp/llama.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ def generate(
930930
while sample_idx < self.n_tokens:
931931
token = self.sample(
932932
top_k=top_k,
933-
top_n_sigma=top_n_sigma
933+
top_n_sigma=top_n_sigma,
934934
top_p=top_p,
935935
min_p=min_p,
936936
typical_p=typical_p,

0 commit comments

Comments
 (0)