mirror of
https://github.com/rishikanthc/Scriberr.git
synced 2026-06-28 06:46:25 +00:00
- Add FamilyMistralVoxtral and ModelVoxtral constants - Add case for Voxtral in selectModels switch statement - Add convertToVoxtralParams function for parameter conversion - Add MaxNewTokens field to WhisperXParams model - Map language and max_new_tokens parameters correctly - Fix parameter name in buffered script (output_path -> output_file) - Add mistral-common dependency to pyproject.toml - Check for both VoxtralForConditionalGeneration AND mistral_common On next server restart, the environment will be re-synced automatically to install the missing mistral-common dependency.