Skip to content

Commit 442213b

Browse files
committed
Add stopping criteria and logits processor to docs
1 parent a376659 commit 442213b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/api-reference.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,22 @@ title: API Reference
3232
options:
3333
show_root_heading: true
3434

35+
::: llama_cpp.LogitsProcessor
36+
options:
37+
show_root_heading: true
38+
39+
::: llama_cpp.LogitsProcessorList
40+
options:
41+
show_root_heading: true
42+
43+
::: llama_cpp.StoppingCriteria
44+
options:
45+
show_root_heading: true
46+
47+
::: llama_cpp.StoppingCriteriaList
48+
options:
49+
show_root_heading: true
50+
3551
::: llama_cpp.llama_cpp
3652
options:
3753
show_if_no_docstring: true

0 commit comments

Comments
 (0)