mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-06-29 12:35:16 +00:00
tests : fix gguf context use in same_tensor_data
This commit is contained in:
@ -1049,7 +1049,7 @@ static bool same_tensor_data(const struct ggml_context * orig, const struct ggml
|
|||||||
}
|
}
|
||||||
|
|
||||||
t_orig = ggml_get_next_tensor(orig, t_orig);
|
t_orig = ggml_get_next_tensor(orig, t_orig);
|
||||||
t_read = ggml_get_next_tensor(orig, t_read);
|
t_read = ggml_get_next_tensor(read, t_read);
|
||||||
}
|
}
|
||||||
if (t_read) {
|
if (t_read) {
|
||||||
ok = false;
|
ok = false;
|
||||||
|
Reference in New Issue
Block a user