Skip to content

v0.2.4

Latest

Choose a tag to compare

@suchanek suchanek released this 03 May 00:45
· 5 commits to main since this release

What's fixed

Noise suppression: load_sentence_transformer and SentenceTransformerEmbedder now call hf_logging.disable_progress_bar() alongside set_verbosity_error() and TQDM_DISABLE=1. The TQDM_DISABLE environment variable alone doesn't suppress progress bars from transformers because it has its own internal _tqdm_active gate — this patch closes that gap, particularly in multi-process worker environments.