Skip to content

Commit 8b7a750

Browse files
committed
removed irrelevant references
1 parent 40a4f5e commit 8b7a750

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/code_documentation/documentation.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WARNING: This documentation is neither complete (i.e. it does not cover everythi
88
[[docs:overview:main.cpp]]
99
=== main.cpp
1010

11-
"`main.cpp`" is the primary source file from which the documentation process started. It compiles into the llama-cli executable which provides chatbot functionality inside the terminal and has the following high-level structure (note that this analysis is focused on the then-likely-relevant parts to the purpose of embedding extraction, and is thus not exhaustive):
11+
"`main.cpp`" is the primary source file from which the documentation process started. It compiles into the llama-cli executable which provides chatbot functionality inside the terminal and has the following high-level structure (note that this analysis is not exhaustive):
1212

1313
* (lines) 1-86: include headers, global variables, helper functions
1414
* 88-133: parameter parsing (call to [.codebit]#`common_params_parse(...)`# on line 91, edge case hadling afterwards), [.codebit]#`common_init()`#, console initialization
@@ -28,7 +28,6 @@ WARNING: This documentation is neither complete (i.e. it does not cover everythi
2828
** 731-906: antiprompt/reverse prompt detection, console logic
2929
* 908-923: cleanup (print final logs, dealocate memory)
3030

31-
The most important parts for the task at hand are the calls to [.codebit]#`common_init_from_params(...)`# (line 150) and [.codebit]#`llama_decode(...)`# (line 640).
3231

3332
[[docs:overview:call_paths]]
3433
=== Call Paths

0 commit comments

Comments
 (0)