We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c17d7 commit 2b18051Copy full SHA for 2b18051
src/llama-model.cpp
@@ -19860,6 +19860,7 @@ ggml_cgraph * llama_model::build_graph(const llm_graph_params & params) const {
19860
// if the gguf model was converted with --sentence-transformers-dense-modules
19861
// there will be two additional dense projection layers
19862
// dense linear projections are applied after pooling
19863
+ // TODO: move reranking logic here and generalize
19864
llm->build_dense_out(dense_2_out_layers, dense_3_out_layers);
19865
19866
return llm->res->get_gf();
0 commit comments