Mustafa Cavus

Results 12 issues of Mustafa Cavus

Required for GPTQ int4 LLMs. (ChatGLM2, ChatGLM3, Llama2) Includes the transformations below: - GPTQ Decompression pattern replacer ![image](https://github.com/openvinotoolkit/openvino/assets/59713154/d68ad0c9-473c-4590-a8fe-e62171b72ab7) - GPTQ Multiplication pattern replacer ![image](https://github.com/openvinotoolkit/openvino/assets/59713154/954b2f1e-b79c-4eed-b5f8-77d56cd776a9)

category: Python API
pr: needs tests
category: PyTorch FE

This PR includes the new backend engine. It separates the OpenVINO execution from the Executable into an isolated class, IEBackendEngine. This will create an abstraction for integrating other device based...

[ltrace_out.tar.gz](https://github.com/tensorflow/ngraph-bridge/files/5345200/ltrace_out.tar.gz) [ngraph_log.tar.gz](https://github.com/tensorflow/ngraph-bridge/files/5345201/ngraph_log.tar.gz) [strace_out.tar.gz](https://github.com/tensorflow/ngraph-bridge/files/5345202/strace_out.tar.gz) When the backend device set to GPU, the application crashed just before the execution finishes. The crash happens in the destructor of "IE_Backend" when calling "m_exec_map.clear();" (line...

category: PyTorch FE
Code Freeze

### Details: - Reshape dynamic input support updated to use Concat if there are unkown dimensions - Dynamic shape support added for arange and full ops. ### Tickets: - *ticket-id*...

category: Python API
category: PyTorch FE

## Description * Security related updates for dependent library versions ## Screenshots/videos: ## Checklist: - [ ] I have read [contributing wiki page](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Contributing) - [ ] I have performed a...