File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,6 @@ int main(int argc, char ** argv) {
288
288
wparams.print_realtime = false ;
289
289
wparams.print_timestamps = !params.no_timestamps ;
290
290
wparams.translate = params.translate ;
291
- wparams.no_context = true ;
292
291
wparams.single_segment = !use_vad;
293
292
wparams.max_tokens = params.max_tokens ;
294
293
wparams.language = params.language .c_str ();
Original file line number Diff line number Diff line change @@ -2913,7 +2913,7 @@ struct whisper_full_params whisper_full_default_params(enum whisper_sampling_str
2913
2913
/* .duration_ms =*/ 0 ,
2914
2914
2915
2915
/* .translate =*/ false ,
2916
- /* .no_context =*/ false ,
2916
+ /* .no_context =*/ true ,
2917
2917
/* .single_segment =*/ false ,
2918
2918
/* .print_special =*/ false ,
2919
2919
/* .print_progress =*/ true ,
You can’t perform that action at this time.
0 commit comments