From 38c387ba32bac51df940dcf67a8db2b9afb2c82a Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Sun, 29 Sep 2024 14:34:00 +0200 Subject: [PATCH] Update src/mistral_common/tokens/tokenizers/multimodal.py --- src/mistral_common/tokens/tokenizers/multimodal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mistral_common/tokens/tokenizers/multimodal.py b/src/mistral_common/tokens/tokenizers/multimodal.py index b44b881..0498213 100644 --- a/src/mistral_common/tokens/tokenizers/multimodal.py +++ b/src/mistral_common/tokens/tokenizers/multimodal.py @@ -27,7 +27,7 @@ _cv2_installed = False except Exception as e: # cv2 has lots of import problems: https://github.com/opencv/opencv-python/issues/884 - # for better UX, let's simple skip import errors for now + # for better UX, let's simply skip all errors that might arise from import for now logger.warning( f"Warning: Your installation of OpenCV appears to be broken: {e}." "Please follow the instructions at https://github.com/opencv/opencv-python/issues/884 "