docs : add "Quick start" section for new users (#13862)
* docs : add "Quick start" section for non-technical users * rm flox * Update README.md
This commit is contained in:
parent
71e74a3ac9
commit
ea1431b0fa
3 changed files with 54 additions and 27 deletions
|
@ -1,5 +1,9 @@
|
|||
# Build llama.cpp locally
|
||||
|
||||
The main product of this project is the `llama` library. Its C-style interface can be found in [include/llama.h](include/llama.h).
|
||||
|
||||
The project also includes many example programs and tools using the `llama` library. The examples range from simple, minimal code snippets to sophisticated sub-projects such as an OpenAI-compatible HTTP server.
|
||||
|
||||
**To get the Code:**
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue