Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ak5k committed May 14, 2023
1 parent 4f24e89 commit 4639536
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/llm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ static bool process_fx(FXState& fxstate)
auto& fx_safe = fxstate.safe;
auto& tr_pdc_disabled = fxstate.tr_pdc_disabled;
auto& tr_pdc_to_disable = fxstate.tr_pdc_to_disable;
char name[BUFSZCHUNK] = {0};
fx_to_enable.reserve(fx_to_disable.size());

for (auto&& i : llm::FX::fx_map) {
Expand Down

0 comments on commit 4639536

Please sign in to comment.