File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -3859,7 +3859,6 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
3859
3859
[](common_params & params) {
3860
3860
params.model .hf_repo = " ggml-org/bge-small-en-v1.5-Q8_0-GGUF" ;
3861
3861
params.model .hf_file = " bge-small-en-v1.5-q8_0.gguf" ;
3862
- params.pooling_type = LLAMA_POOLING_TYPE_NONE;
3863
3862
params.embd_normalize = 2 ;
3864
3863
params.n_ctx = 512 ;
3865
3864
params.verbose_prompt = true ;
@@ -3873,7 +3872,6 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
3873
3872
[](common_params & params) {
3874
3873
params.model .hf_repo = " ggml-org/e5-small-v2-Q8_0-GGUF" ;
3875
3874
params.model .hf_file = " e5-small-v2-q8_0.gguf" ;
3876
- params.pooling_type = LLAMA_POOLING_TYPE_NONE;
3877
3875
params.embd_normalize = 2 ;
3878
3876
params.n_ctx = 512 ;
3879
3877
params.verbose_prompt = true ;
@@ -3887,7 +3885,6 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
3887
3885
[](common_params & params) {
3888
3886
params.model .hf_repo = " ggml-org/gte-small-Q8_0-GGUF" ;
3889
3887
params.model .hf_file = " gte-small-q8_0.gguf" ;
3890
- params.pooling_type = LLAMA_POOLING_TYPE_NONE;
3891
3888
params.embd_normalize = 2 ;
3892
3889
params.n_ctx = 512 ;
3893
3890
params.verbose_prompt = true ;
You can’t perform that action at this time.
0 commit comments