1.1.18

sherlock-project/sherlock1.1.18Mar 24, 2026by SWivid

AI Summary

This update introduces Arabic model details and a new F5TTS v1 Small training configuration. It also optimizes batch processing by removing an ineffective ThreadPoolExecutor and fixes issues in utils_infer.py.

Key Highlights

  • Added Arabic model details to SHARED.md.
  • Added F5TTS v1 Small + LibriTTS training config.
  • Removed ineffective ThreadPoolExecutor in infer_batch_process.

New Features

  • Added Arabic model details.
  • Added F5TTS v1 Small + LibriTTS training config.
  • Fixed utils_infer.py by separating streaming and non-streaming functions.
  • Fixed batch processing issues.

Full Release Notes

## What's Changed
* Add Arabic model details to SHARED.md by @karimouda in https://github.com/SWivid/F5-TTS/pull/1279
* Add F5TTS v1 Small + LibriTTS training config by @ZhikangNiu in https://github.com/SWivid/F5-TTS/pull/1280
* remove ineffective ThreadPoolExecutor in infer_batch_process by @zhuxiaoxuhit in https://github.com/SWivid/F5-TTS/pull/1281
* Several fixes for utils_infer.py; separate streaming and non-streaming functions, and add back parallelism 82fc4fe622fe36047d1dff99b550e6018181ea11

## New Contributors
* @karimouda made their first contribution in https://github.com/SWivid/F5-TTS/pull/1279
* @zhuxiaoxuhit made their first contribution in https://github.com/SWivid/F5-TTS/pull/1281

**Full Changelog**: https://github.com/SWivid/F5-TTS/compare/1.1.17...1.1.18