Skip to content

Commit

Permalink
Update src/mistral_common/tokens/tokenizers/multimodal.py
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickvonplaten authored Sep 29, 2024
1 parent 1a7c9cf commit 38c387b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mistral_common/tokens/tokenizers/multimodal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 38c387b

Please sign in to comment.