ulatekh
ulatekh
I'm interested in alternate grammar implementations, since the existing one has [odd accuracy issues](https://github.com/ggerganov/whisper.cpp/discussions/2047), especially when it comes to matching whole words from the grammar. But what does this branch...
The only grammar I have is a very large one. If I can figure out how to cut it down to where it reproduces the problem, I will. I imagine...
It's a bug in how whisper.cpp applies grammars, though. It does me no good to get a response back from Whisper that doesn't match the grammar I gave it.
Did you build with CUDA enabled? I don't see any mention of CUDA in your output log.
Have you installed [CUDA](https://developer.nvidia.com/cuda-downloads) for Windows?
Did you install CUDA before, or after, the version of Visual Studio you're using to build whisper.cpp? The CUDA installer modifies existing installations of Visual Studio to enable CUDA building....
`Only LLVM is supported for HIP` Seems pretty obvious.
The "main" sample recently gained the ability to take a "response file" as a parameter. This is commonly used under MS Windows to work around command-line length limitations. I used...