Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Nov 16, 2023
1 parent 677c08c commit 5971b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/whisper-processing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ struct whisper_context *init_whisper_context(const std::string &model_path)

struct whisper_context_params cparams;
#ifdef LOCALVOCAL_WITH_CUDA
cparams.use_gpu = true;
cparams.use_gpu = true;
#else
cparams.use_gpu = false;
cparams.use_gpu = false;
#endif

#ifdef _WIN32
Expand Down

0 comments on commit 5971b8b

Please sign in to comment.