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

Commit 711d47f

Browse files
committed
fix: remove jinja parameter
1 parent 3d74607 commit 711d47f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

engine/extensions/local-engine/local_engine.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,6 @@ void LocalEngine::LoadModel(std::shared_ptr<Json::Value> json_body,
544544

545545
params.push_back("--pooling");
546546
params.push_back("mean");
547-
params.push_back("--jinja");
548547

549548
std::vector<std::string> v;
550549
v.reserve(params.size() + 1);

0 commit comments

Comments
 (0)