Skip to content

Commit 1b417f5

Browse files
authored
Merge branch 'ikawrakow:main' into main
2 parents 12a894e + 5ae87f6 commit 1b417f5

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)