Add stopping criteria and logits processor to docs
This commit is contained in:
parent
a3766591bb
commit
442213b070
1 changed files with 16 additions and 0 deletions
|
@ -32,6 +32,22 @@ title: API Reference
|
||||||
options:
|
options:
|
||||||
show_root_heading: true
|
show_root_heading: true
|
||||||
|
|
||||||
|
::: llama_cpp.LogitsProcessor
|
||||||
|
options:
|
||||||
|
show_root_heading: true
|
||||||
|
|
||||||
|
::: llama_cpp.LogitsProcessorList
|
||||||
|
options:
|
||||||
|
show_root_heading: true
|
||||||
|
|
||||||
|
::: llama_cpp.StoppingCriteria
|
||||||
|
options:
|
||||||
|
show_root_heading: true
|
||||||
|
|
||||||
|
::: llama_cpp.StoppingCriteriaList
|
||||||
|
options:
|
||||||
|
show_root_heading: true
|
||||||
|
|
||||||
::: llama_cpp.llama_cpp
|
::: llama_cpp.llama_cpp
|
||||||
options:
|
options:
|
||||||
show_if_no_docstring: true
|
show_if_no_docstring: true
|
Loading…
Reference in a new issue