Skip to content

Commit fa04e39

Browse files
committed
remove extra lines
1 parent 4be3da5 commit fa04e39

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/server/server.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,6 @@ int main(int argc, char ** argv) {
708708

709709
// initialize openvino encoder. this has no effect on whisper.cpp builds that don't have OpenVINO configured
710710
whisper_ctx_init_openvino_encoder(ctx, nullptr, params.openvino_encode_device.c_str(), nullptr);
711-
712711
// warmup model if warmup file is provided
713712
if (!params.warmup_file.empty()) {
714713
printf("Warming up model with audio file: %s\n", params.warmup_file.c_str());
@@ -742,7 +741,6 @@ int main(int argc, char ** argv) {
742741
fprintf(stderr, "warning: failed to read warmup audio file '%s'\n", params.warmup_file.c_str());
743742
}
744743
}
745-
746744
state.store(SERVER_STATE_READY);
747745

748746

0 commit comments

Comments
 (0)