-
Notifications
You must be signed in to change notification settings - Fork 233
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
Generalize weight compression via OpenVINO submodels #2727
Draft
nikita-savelyevv
wants to merge
21
commits into
openvinotoolkit:develop
Choose a base branch
from
nikita-savelyevv:compress-via-openvino
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Generalize weight compression via OpenVINO submodels #2727
nikita-savelyevv
wants to merge
21
commits into
openvinotoolkit:develop
from
nikita-savelyevv:compress-via-openvino
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
NNCF Common
Pull request that updates NNCF Common
NNCF OpenVINO
Pull requests that updates NNCF OpenVINO
NNCF PTQ
Pull requests that updates NNCF PTQ
labels
Jun 11, 2024
alexsu52
reviewed
Jun 13, 2024
nncf/quantization/algorithms/weight_compression/weight_lowering.py
Outdated
Show resolved
Hide resolved
nncf/quantization/algorithms/weight_compression/weight_lowering.py
Outdated
Show resolved
Hide resolved
nikita-savelyevv
force-pushed
the
compress-via-openvino
branch
4 times, most recently
from
July 3, 2024 18:31
55cafaa
to
a68a63d
Compare
nikita-savelyevv
force-pushed
the
compress-via-openvino
branch
4 times, most recently
from
July 16, 2024 14:19
6b98ddd
to
3d9faa4
Compare
nikita-savelyevv
force-pushed
the
compress-via-openvino
branch
6 times, most recently
from
September 6, 2024 11:11
1c85732
to
b527cac
Compare
github-actions
bot
added
the
documentation
Improvements or additions to documentation
label
Sep 6, 2024
nikita-savelyevv
force-pushed
the
compress-via-openvino
branch
2 times, most recently
from
September 11, 2024 12:59
ac3ea02
to
2a3a63c
Compare
nikita-savelyevv
force-pushed
the
compress-via-openvino
branch
from
October 11, 2024 11:51
c9569bb
to
a151d99
Compare
nikita-savelyevv
force-pushed
the
compress-via-openvino
branch
2 times, most recently
from
October 21, 2024 08:52
fe30c13
to
19ea412
Compare
alexsu52
reviewed
Oct 22, 2024
nncf/quantization/algorithms/weight_compression/weight_lowering/dispatcher.py
Outdated
Show resolved
Hide resolved
nncf/quantization/algorithms/weight_compression/weight_lowering/dispatcher.py
Outdated
Show resolved
Hide resolved
nikita-savelyevv
force-pushed
the
compress-via-openvino
branch
3 times, most recently
from
October 26, 2024 13:40
eef34f8
to
ca3447c
Compare
nikita-savelyevv
force-pushed
the
compress-via-openvino
branch
from
October 29, 2024 15:19
ca3447c
to
f3891cd
Compare
Dynamic shapes WIP BF16 support End-to-end compression WIP Add logic to compare numpy to ov computations Added release_memory Added a script to run multiple experiments sequentially INT4 experiments BF16 fix INT4 performance gains WIP weight_lowering dir created weight_lowering_ dir changes Renamed Something works File updates Removed dispatching
nikita-savelyevv
force-pushed
the
compress-via-openvino
branch
4 times, most recently
from
October 30, 2024 08:41
2840631
to
c14c8f2
Compare
nikita-savelyevv
force-pushed
the
compress-via-openvino
branch
2 times, most recently
from
October 30, 2024 09:40
432e2a6
to
d20e593
Compare
nikita-savelyevv
force-pushed
the
compress-via-openvino
branch
2 times, most recently
from
November 1, 2024 16:09
061d23b
to
dc30d8d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
Improvements or additions to documentation
NNCF Common
Pull request that updates NNCF Common
NNCF OpenVINO
Pull requests that updates NNCF OpenVINO
NNCF PTQ
Pull requests that updates NNCF PTQ
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Reason for changes
Related tickets
Tests