go-subgen
go-subgen copied to clipboard
Add cublas dockerfile
Adds a dockerfile built for CUBLAS, which allows GPU acceleration in the encoding stage.
The current problems as I can recall them: Uses an older CUDA version (11.8) due to errors in whisper.cpp builds with the newer version (I think the next release will fix these) The Dockerfile is a bit of a hacked together mess