Commit 31084d0
authored
Allow data-free compression with 3D weights (#3755)
### Changes
Update the condition introduced in
#3706 to allow data-free
compression with 3D weights.
### Reason for changes
Only data-aware compression is not possible. Caught with optimum-intel
tests
https://github.com/huggingface/optimum-intel/actions/runs/19623687915/job/56188570802.1 parent 19aa034 commit 31084d0
File tree
1 file changed
+8
-3
lines changed- src/nncf/quantization/algorithms/weight_compression
1 file changed
+8
-3
lines changedLines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
869 | 869 | | |
870 | 870 | | |
871 | 871 | | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
872 | 877 | | |
873 | 878 | | |
874 | 879 | | |
875 | | - | |
876 | | - | |
877 | | - | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
878 | 883 | | |
879 | 884 | | |
880 | 885 | | |
| |||
0 commit comments