mirror of
https://github.com/occ-ai/obs-localvocal
synced 2024-11-08 03:08:07 +00:00
lint
This commit is contained in:
parent
677c08c672
commit
5971b8bfa1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user