mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-03-23 04:25:15 +00:00
whisper : fix typo (#1925)
This commit is contained in:
parent
f22d27a385
commit
897412b5b6
@ -3852,7 +3852,7 @@ const char * whisper_print_system_info(void) {
|
||||
s += "VSX = " + std::to_string(ggml_cpu_has_vsx()) + " | ";
|
||||
s += "CUDA = " + std::to_string(ggml_cpu_has_cublas()) + " | ";
|
||||
s += "COREML = " + std::to_string(whisper_has_coreml()) + " | ";
|
||||
s += "OPENVINO = " + std::to_string(whisper_has_openvino()) + " | ";
|
||||
s += "OPENVINO = " + std::to_string(whisper_has_openvino()) ;
|
||||
|
||||
return s.c_str();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user