Skip to content

How can you disable tqdm? #85

Answered by xhluca
fortyfourforty asked this question in Q&A
Discussion options

You must be logged in to vote

if you uninstall tqdm it will not use it. you can also set show_progress=False in retrieve to disable it for a given retrieval:

bm25s/bm25s/__init__.py

Lines 612 to 614 in f161fba

show_progress : bool
If True, a progress bar will be shown. If False, no progress bar will be shown.

Similarly for index you can use show_progress=False:

show_progress=True,

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by xhluca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #84 on November 19, 2024 19:28.