simple : fix
This commit is contained in:
parent
e1b1db9f09
commit
e0493800ce
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ static bool observe_compute(struct ggml_tensor * t, bool ask, void * user_data)
|
|||
|
||||
const bool is_host = ggml_backend_buffer_is_host(t->buffer);
|
||||
|
||||
if (!is_host || ggml_is_contiguous(t)) {
|
||||
if (!is_host || !ggml_is_contiguous(t)) {
|
||||
t_data.resize(ggml_nelements(t));
|
||||
ggml_backend_tensor_get(t, t_data.data(), 0, ggml_nbytes(t));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue