From 8970dcc5ed72111df7ea90ae0f4806ce43e6cf7d Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Sat, 28 Sep 2024 12:32:46 +0200 Subject: [PATCH] up --- src/mistral_common/tokens/tokenizers/multimodal.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mistral_common/tokens/tokenizers/multimodal.py b/src/mistral_common/tokens/tokenizers/multimodal.py index cd118b2..d91d30d 100644 --- a/src/mistral_common/tokens/tokenizers/multimodal.py +++ b/src/mistral_common/tokens/tokenizers/multimodal.py @@ -29,9 +29,9 @@ # 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 logger.warn( - "You seem to have a broken installation of opencv. " - "Please follow : https://github.com/opencv/opencv-python/issues/884 to correct your environment." - " Skipped cv2 import." + "Warning: Your installation of OpenCV appears to be broken. " + "Please follow the instructions at https://github.com/opencv/opencv-python/issues/884 " + "to correct your environment. The import of cv2 has been skipped." )