Update src/llama-model.cpp
Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com>
This commit is contained in:
parent
9b0f38b39a
commit
c9fa285de8
|
|
@ -2357,7 +2357,7 @@ bool llama_model::load_tensors(llama_model_loader & ml) {
|
|||
first_moved_to_buft = buft;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
ggml_context * ctx = ctx_for_buft(buft);
|
||||
|
||||
// if duplicated, check if the original tensor was allocated in the same buffer type context and avoid creating a new one
|
||||
|
|
|
|||
Loading…
Reference in New Issue