Mustafa Cavus

Results 11 comments of Mustafa Cavus

> Do we know a reason why the patterns look significantly different from what we have on ts side if the same model is used as an input? @mvafin, do...

> Requesting some cosmetic changes > Please remove commented code, use CamelCase for function names I'm confused about using CamelCase. Some function names does not use it in bridge now....

Please add label for code freeze

> @cavusmustafa Could you add test for GPTQ model? Can be a GHA test, but not in scope of this PR. Sure, I will add tests in a later PR

The issue might be related to "m_exec_map" in IE_Backend. The pointers to the executables are already caches in "m_ng_exec_map" in NGraphEncapsulateImpl. Simply not adding any entry to "m_exec_map" prevents this...

> For some reason I can't run these tests locally. I get error: > > ``` > E AttributeError: '_OpNamespace' 'quantized_decomposed' object has no attribute 'quantize_per_channel' > ``` The test...

Hello, thank you for reporting the issue. What was the indicator that shows the safety check fail? Do you receive a black image when using GPU but it generates ok...

Hello, thank you for reporting the issue. Could you also provide an exact reproducer with the prompts used to generate this error?

One of the torch dynamo partitions seem to be failing while handling the symbolic inputs. Needs more debugging to provide a sufficient fix.