8000 Update docs · sirajperson/falcon-cpp-python@dae9833 · GitHub
[go: up one dir, main page]

Skip to content

Commit dae9833

Browse files
committed
Update docs
1 parent 4529294 commit dae9833

File tree

2 files changed

+37
-36
lines changed

2 files changed

+37
-36
lines changed

docs/api-reference.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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

docs/index.md

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -87,42 +87,6 @@ git submodule update --init --recursive
8787
python3 setup.py develop
8888
```
8989

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-
12690
## License
12791

12892
This project is licensed under the terms of the MIT license.

0 commit comments

Comments
 (0)
0