You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Cannot install openvino-tokenizers==2024.4.0.0rc1, openvino==2024.4.* and optimum-intel[nncf,openvino]==1.20.0.dev0+f1517e3 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested openvino==2024.4.*
openvino-tokenizers 2024.4.0.0rc1 depends on openvino~=2024.4.0.0.dev
optimum-intel[nncf,openvino] 1.20.0.dev0+f1517e3 depends on openvino<2024.4 and >=2023.3; extra == "openvino"
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
To Reproduce
Just follow above steps.
Expected behavior
tokenizer flag support --utf8_replace_mode replace for recent tokenizer library.
Logs
Configuration
openvino tokenizer doesn't even have --version flag to check version. Don't know what I am suppose to write here.
Additional context
The text was updated successfully, but these errors were encountered:
Seems like new limit on OV version has been added to optimum-intel: huggingface/optimum-intel@cff9902
I'll try to find out why it was added and when we could lift that limitation. Meanwhile you can try to use optimum-intel commit before that change.
Describe the bug
According to this readme, I am supposed to install openvino tokenizer and other libraries using these commands,
But facing this error,
To Reproduce
Just follow above steps.
Expected behavior
tokenizer flag support
--utf8_replace_mode replace
for recent tokenizer library.Logs
Configuration
Additional context
The text was updated successfully, but these errors were encountered: