yum-archive/TaSTT-Whisper
High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model
git clone https://git.yummers.dev/yum-archive/TaSTT-Whisper
8c4603c
master
1#pragma once 2 3struct CommandLineArgs 4{ 5int64_t printDiff = -1 ; 6std ::array < CString ,2 > inputs ; 7 8bool parse (int argc ,wchar_t * argv [] ); 9};