whisper.cpp
whisper.cpp copied to clipboard
--print-colors error
When I use --print-colors, an error message appears. What is the problem?
My input is as follows: whisper-ctranslate2 .\test\main.wav --language zh --model large-v2 --device cuda --output_dir .\test\output-ctranslate_cuda_large_v2_float32 --print-colors The error message is as follows: error: argument --print-colors: expected one argument.
It runs normally without this option.