Revert "graph : support cacheless embeddings with FA and iSWA"

This reverts commit d4d465bce4.
This commit is contained in:
Concedo
2025-10-16 12:07:48 +08:00
parent 1ff97f8a00
commit f3b0ed157b
4 changed files with 51 additions and 108 deletions
-1
View File
@@ -343,7 +343,6 @@ 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]);
}