Skip to content

Commit efbf57a

Browse files
authored
fix
1 parent 440c636 commit efbf57a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llama-cpp-2/src/model.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//! A safe wrapper around `llama_model`.
22
use std::ffi::CString;
3+
use std::ffi::CStr;
34
use std::num::NonZeroU16;
45
use std::os::raw::c_int;
56
use std::path::Path;

0 commit comments

Comments
 (0)