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

Commit 9e87efc

Browse files
authored
fix: do not ignore client request param (#2210)
1 parent 3a63826 commit 9e87efc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

engine/extensions/local-engine/local_engine.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const std::unordered_set<std::string> kIgnoredParams = {
2323
"user_prompt", "min_keep", "mirostat", "mirostat_eta",
2424
"mirostat_tau", "text_model", "version", "n_probs",
2525
"object", "penalize_nl", "precision", "size",
26-
"flash_attn",
2726
"stop", "tfs_z", "typ_p", "caching_enabled"};
2827

2928
const std::unordered_map<std::string, std::string> kParamsMap = {

0 commit comments

Comments
 (0)