Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 32a7bae

Browse files
committed
refactor: remove --pooling flag from model loading
The --pooling flag was removed as the mean pooling functionality not needed in chat models. This fixes the regression
1 parent a90a5e8 commit 32a7bae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

engine/extensions/local-engine/local_engine.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,8 +561,6 @@ void LocalEngine::LoadModel(std::shared_ptr<Json::Value> json_body,
561561
params.push_back("--port");
562562
params.push_back(std::to_string(s.port));
563563

564-
params.push_back("--pooling");
565-
params.push_back("mean");
566564

567565
params.push_back("--jinja");
568566

0 commit comments

Comments
 (0)