mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-07 17:22:04 +00:00
Merge remote-tracking branch 'lcpp/gg/cacheless-embd' into concedo_experimental
This commit is contained in:
commit
9503547ca1
4 changed files with 108 additions and 51 deletions
|
|
@ -343,6 +343,7 @@ struct llama_model * llama_model_load_from_splits(
|
|||
LLAMA_LOG_ERROR("%s: list of splits is empty\n", __func__);
|
||||
return nullptr;
|
||||
}
|
||||
splits.reserve(n_paths);
|
||||
for (size_t i = 0; i < n_paths; ++i) {
|
||||
splits.push_back(paths[i]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue