We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440c636 commit efbf57aCopy full SHA for efbf57a
llama-cpp-2/src/model.rs
@@ -1,5 +1,6 @@
1
//! A safe wrapper around `llama_model`.
2
use std::ffi::CString;
3
+use std::ffi::CStr;
4
use std::num::NonZeroU16;
5
use std::os::raw::c_int;
6
use std::path::Path;
0 commit comments