Skip to content

Commit 5ae87f6

Browse files
ikawrakowIwan Kawrakow
andauthored
Co-authored-by: Iwan Kawrakow <[email protected]>
1 parent 22540ce commit 5ae87f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/common.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,7 @@ bool gpt_params_find_arg(int argc, char ** argv, const std::string & arg, gpt_pa
13911391
return true;
13921392
}
13931393
if (arg == "--no-offload-only-active-experts" || arg == "-no-ooae") {
1394-
params.only_active_exps = true;
1394+
params.only_active_exps = false;
13951395
return true;
13961396
}
13971397
if (arg == "--host") {

0 commit comments

Comments
 (0)