You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Build llama.cpp locally
2
2
3
-
The main product of this project is the `llama` library. Its C-style interface can be found in [include/llama.h](include/llama.h).
3
+
The main product of this project is the `llama` library. Its C-style interface can be found in [include/llama.h](../include/llama.h).
4
4
5
5
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.
0 commit comments