Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PT FE] Fix coverity issues #20743

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

mvafin
Copy link
Contributor

@mvafin mvafin commented Oct 27, 2023

Details:

  • Fix coverity issues

Tickets:

  • 123482

@mvafin mvafin requested a review from a team as a code owner October 27, 2023 18:37
@mvafin mvafin requested a review from suryasidd October 27, 2023 18:37
@github-actions github-actions bot added the category: PyTorch FE OpenVINO PyTorch Frontend label Oct 27, 2023
@mvafin mvafin merged commit 56cb121 into openvinotoolkit:master Oct 30, 2023
@mvafin mvafin deleted the mvafin/pt_fe/coverity branch October 30, 2023 13:17
@@ -85,7 +85,8 @@ U4BlockRepack::U4BlockRepack() {
}
}

copy_runtime_info(NodeVector{constant, reshape1, transpose, reshape2}, new_const);
copy_runtime_info({std::move(constant), std::move(reshape1), std::move(transpose), std::move(reshape2)},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Breaks GPTQ int4 models. Should be reverted. @andrei-kochin

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rkazants FYI

alvoron pushed a commit to alvoron/openvino that referenced this pull request Nov 6, 2023
allnes pushed a commit to allnes/openvino that referenced this pull request Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: PyTorch FE OpenVINO PyTorch Frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants