Documentation contributions #5683
vriesdemichael
started this conversation in
General
Replies: 1 comment
-
The readme files of the examples can be improved. At the very least, adding sample usage commands (ones that you can just copy-paste in the terminal) and expected results would be very helpful. Documenting the code is mostly done in the headers / APIs, but it's indeed rudimentary at this time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
I am trying to understand various concepts implemented in this repository, but find myself crawling through c++ code for most of the answers.
I get that llama.cpp has been rapidly growing, and that documentation is not the highest priority.
While trying to understand the codebase, I will gladly add documentation where it is missing.
I see several attempted strategies for documentation:
docs
folder in the repository root (which seems mostly unused)When trying to add more documentation, which place should we focus on? A little guidance would be helpful.
Beta Was this translation helpful? Give feedback.
All reactions