File tree Expand file tree Collapse file tree 2 files changed +37
-36
lines changed Expand file tree Collapse file tree 2 files changed +37
-36
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : API Reference
3
+ ---
4
+
5
+ ::: llama_cpp.Llama
6
+ options:
7
+ members:
8
+ - __ init__
9
+ - tokenize
10
+ - detokenize
11
+ - reset
12
+ - eval
13
+ - sample
14
+ - generate
15
+ - create_embedding
16
+ - embed
17
+ - create_completion
18
+ - __ call__
19
+ - create_chat_completion
20
+ - set_cache
21
+ - save_state
22
+ - load_state
23
+ - token_bos
24
+ - token_eos
25
+ show_root_heading: true
26
+
27
+ ::: llama_cpp.LlamaCache
28
+ options:
29
+ show_root_heading: true
30
+
31
+ ::: llama_cpp.LlamaState
32
+ options:
33
+ show_root_heading: true
34
+
35
+ ::: llama_cpp.llama_cpp
36
+ options:
37
+ show_if_no_docstring: true
Original file line number Diff line number Diff line change @@ -87,42 +87,6 @@ git submodule update --init --recursive
87
87
python3 setup.py develop
88
88
```
89
89
90
- ## API Reference
91
-
92
- ::: llama_cpp.Llama
93
- options:
94
- members:
95
- - __ init__
96
- - tokenize
97
- - detokenize
98
- - reset
99
- - eval
100
- - sample
101
- - generate
102
- - create_embedding
103
- - embed
104
- - create_completion
105
- - __ call__
106
- - create_chat_completion
107
- - set_cache
108
- - save_state
109
- - load_state
110
93DA
- - token_bos
111
- - token_eos
112
- show_root_heading: true
113
-
114
- ::: llama_cpp.LlamaCache
115
- options:
116
- show_root_heading: true
117
-
118
- ::: llama_cpp.LlamaState
119
- options:
120
- show_root_heading: true
121
-
122
- ::: llama_cpp.llama_cpp
123
- options:
124
- show_if_no_docstring: true
125
-
126
90
## License
127
91
128
92
This project is licensed under the terms of the MIT license.
You can’t perform that action at this time.
0 commit comments