We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238c5bb commit 05334d6Copy full SHA for 05334d6
mostlyai/qa/__init__.py
@@ -26,6 +26,7 @@
26
__version__ = "1.5.5"
27
28
warnings.filterwarnings("ignore", category=FutureWarning, module="phik")
29
+warnings.filterwarnings("ignore", category=UserWarning, module="huggingface_hub")
30
os.environ["TOKENIZERS_PARALLELISM"] = "false"
31
if Version(pd.__version__) >= Version("2.2.0"):
32
pd.set_option("future.no_silent_downcasting", True)
0 commit comments