Skip to content

WhisperDrop 1.0.6

Latest

Choose a tag to compare

@Zer0codestuff Zer0codestuff released this 29 May 15:55

Summary

  • 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
  • WhisperDrop-1.0.0.dmg - macOS build (unchanged)