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
let template = CString::from_raw(chat_ptr).to_str()?.to_string();
305
+
debug_assert_eq!(usize::try_from(ret).unwrap(), template.len(),"llama.cpp guarantees that the returned int {ret} is the length of the string {} but that was not the case", template.len());
panic!("ggml-metal.m does not contain the needle to be replaced; the patching logic needs to be reinvestigated. Contact a `llama-cpp-sys-2` developer!");
0 commit comments