mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-02-05 16:10:42 +01:00
tests : fix gguf context use in same_tensor_data
This commit is contained in:
parent
e872097c35
commit
7000623c00
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user