Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
ece4a0b
Extend quantizer to support compress_pt2e
anzr299 Jan 16, 2026
9cc0991
integrate compress_pt2e into the example
anzr299 Jan 16, 2026
b7bac57
Merge branch 'main' into an/openvino/nncf_compress_pt2e
anzr299 Jan 19, 2026
6c0d766
remove extra directories
anzr299 Jan 19, 2026
fcd40bb
Merge branch 'an/openvino/nncf_compress_pt2e' of https://github.com/a…
anzr299 Jan 19, 2026
f9c782b
review changes
anzr299 Jan 21, 2026
24f684f
lint
anzr299 Jan 21, 2026
0963b73
add unit test
anzr299 Jan 21, 2026
792caf2
add some corner case checks in llm compression
anzr299 Jan 21, 2026
dc3b219
clean unused imports
anzr299 Jan 21, 2026
0d3d681
lint
anzr299 Jan 21, 2026
12efc70
review changes
anzr299 Jan 22, 2026
1236dfc
comprae reference scale values in tests
anzr299 Jan 22, 2026
019b2cc
remove dead code
anzr299 Jan 22, 2026
659a834
Merge branch 'main' into an/openvino/nncf_compress_pt2e
anzr299 Feb 3, 2026
562261f
lint fixes
anzr299 Feb 3, 2026
ecd5b8a
extend test for error
anzr299 Feb 3, 2026
d72466d
lint
anzr299 Feb 3, 2026
6e349c3
Merge branch 'main' into an/openvino/nncf_compress_pt2e
anzr299 Feb 4, 2026
83f0fb8
remove leading space in error message
anzr299 Feb 4, 2026
42fc491
Merge branch 'pytorch:main' into an/openvino/nncf_compress_pt2e
anzr299 Feb 6, 2026
ba68d56
Merge branch 'pytorch:main' into an/openvino/nncf_compress_pt2e
anzr299 Feb 23, 2026
b1b2fb2
Merge branch 'pytorch:main' into an/openvino/nncf_compress_pt2e
anzr299 Feb 24, 2026
0093592
update nncf version to 3.0.0
anzr299 Feb 24, 2026
0c82495
Merge branch 'main' into an/openvino/nncf_compress_pt2e
suryasidd Feb 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update nncf version to 3.0.0
  • Loading branch information
anzr299 authored Feb 24, 2026
commit 0093592df4a3f7cedf803207c656e74b6e8ee7d6
2 changes: 1 addition & 1 deletion backends/openvino/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://github.com/openvinotoolkit/nncf@88445b32d6a622e177945c331beef95e222dbe00
nncf==3.0.0
Loading