Skip to content

Commit 840412a

Browse files
authored
Update README.md
1 parent 736a56a commit 840412a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

llama-cpp-2/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ See [bindgen](https://rust-lang.github.io/rust-bindgen/requirements.html) for mo
1919

2020
# Disclaimer
2121

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.
2426

2527
We compensate for this shortcoming (we hope) by providing lots of examples and good documentation. Testing is a work in
2628
progress.

0 commit comments

Comments
 (0)