Ekaterina Aidova

Results 115 comments of Ekaterina Aidova

@avinashbhat09 when 2.4.1 will be officially released then we do that, but for now, we can only provide this info in known issues.

@tim102187S you need to update your openvino-genai package and install it from nightly: ``` pip install -U --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly openvino_tokenizers openvino openvino-genai ``` after that, these metircs become available...

@winniechj check that you have correct proxy settings, in some cases proxy may block requests for gradio demo. I recommend to add env variable no_proxy=localhost,127.0.0.1

@fxmarty @michaelbenayoun @echarlaix is it possible to merge these changes? We are blocked to convert and optimize this model on openvino side, thanks!

@Po-V what do you mean under flip.hpp? Do you speak about https://github.com/openvinotoolkit/openvino/blob/master/src/frontends/pytorch/src/op/flip.cpp ? There is no header inside openvino/op as pytorch flip operation implemented as decomposition of several opset operations....