remove confusing warning if it is inapplicable, you can see that these tests are passed with nightly
increase verbosity level for ov tokenizers tests
After these changes https://github.com/huggingface/optimum/pull/2047 default loglevel in optimum-cli become warning, that breaks openvino tokenizers tests from text_export_cli,py. they capture output and try to find message visible in info level that does not appear anymore.
@apaniukov fyi
Before submitting
[ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
[ ] Did you make sure to update the documentation with your changes?
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.
What does this PR do?
remove confusing warning if it is inapplicable, you can see that these tests are passed with nightly
increase verbosity level for ov tokenizers tests After these changes https://github.com/huggingface/optimum/pull/2047 default loglevel in optimum-cli become warning, that breaks openvino tokenizers tests from text_export_cli,py. they capture output and try to find message visible in info level that does not appear anymore.
@apaniukov fyi
Before submitting