Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickvonplaten committed Sep 28, 2024
1 parent 6a3b162 commit 8970dcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mistral_common/tokens/tokenizers/multimodal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
)


Expand Down

0 comments on commit 8970dcc

Please sign in to comment.