Maxim Vafin

Results 51 comments of Maxim Vafin

> @mvafin Can you help in resolving above issue. `git submodule update --init --recursive` That should resolve the problems

> > > > @mvafin Can you help in resolving above issue. > > > > > > > > > `git submodule update --init --recursive` That should resolve the...

@ynimmaga Could you also update docs?

> > import openvino.torch > > should we deprecated this approach then? CC @jiwaszki what are the recommendations how to deprecate such approach? > > What if OpenVINO is installed...

@slyalin Yes, we have GPTQ model in tests for TS path: https://github.com/openvinotoolkit/openvino/blob/a1de1908bfd5f597d48422f21796daa3bfd08120/tests/model_hub_tests/pytorch/test_hf_transformers.py#L566 It is in precommit, so it definitely works still.

please also add tests for this functionality and verify that your code works

> Hello Sir, I apologize for the absence. I got my head into a Research Paper based project for publishing, so couldn't find the time. Is it possible for you...

Is it expected that empty tensor is used as input? `input_data = torch.randn([20, 99, 0], dtype=torch.float32)` Your code will work for input: `input_data = torch.randn([20, 100, 1], dtype=torch.float32)`