1.3 KiB
1.3 KiB
Release v1.0.2
"The Lightweight Release"
This release focuses on removing bloat and switching to a native approach for punctuation, resulting in a significantly faster and smaller application.
🚀 Key Changes
1. Style Prompting (Replaces Grammar Model)
We have removed the heavy "Grammar Correction" model (M2M100) and replaced it with Style Prompting.
- How it works: Uses Whisper's internal context awareness to force proper punctuation.
- New Settings: Go to
Settings -> AI Engineto choose a style:- Standard: (Default) Forces full sentences and proper punctuation.
- Casual: Relaxed, lowercase style.
- Custom: Enter your own prompt context.
2. Bloat Removal
- Removed:
transformers,sentencepiece,acceleratelibraries. - Removed:
grammar-m2m100model downloader and logic. - Impact: The application is lighter, installs faster, and uses less RAM.
3. Stability Fixes
- Fixed:
NameError: 'torch' is not definedwhen using Low VRAM Mode. - Fixed: Bootstrapper now self-repairs missing dependencies if the environment gets corrupted.
📦 Installation
- Download
WhisperVoice.exe(attached below or indist/). - Run it. It will automatically update your environment if needed.