You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes GPU acceleration on Windows: Vulkan was selected but whisper.cpp's default flash attention crashes many discrete GPUs (notably NVIDIA), which silently forced a CPU fallback.
WhisperDrop now disables flash attention on the Vulkan backend (probe + transcription), so NVIDIA/AMD/Intel GPUs are actually used.
Clearer logs: if the GPU is rejected, the real reason (e.g. DeviceLost, out of memory) is now shown.
Power users can re-enable flash attention with the env var WHISPERDROP_VULKAN_FLASH_ATTN=1.
Assets
WhisperDrop-1.0.6-windows-x64.exe - download and run
WhisperDrop-1.0.6-windows-x64.zip - same executable, zipped