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: llama-cpp-2/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,10 @@ See [bindgen](https://rust-lang.github.io/rust-bindgen/requirements.html) for mo
19
19
20
20
# Disclaimer
21
21
22
-
This is not a simple library to use. In an ideal work a nice abstraction would be written on top of this crate to
23
-
provide an ergonomic API - the benefits of this crate over raw bindings is safety and not much else.
22
+
This crate is *not safe*. There is absolutly ways to misuse the llama.cpp API provided to create UB, please create an issue if you spot one. Do not use this code for tasks where UB is not acceptable.
23
+
24
+
This is not a simple library to use. In an ideal world a nice abstraction would be written on top of this crate to
25
+
provide an ergonomic API - the benefits of this crate over raw bindings is safety (and not much of it as that) and not much else.
24
26
25
27
We compensate for this shortcoming (we hope) by providing lots of examples and good documentation. Testing is a work in
0 commit comments