Commit ee6bc28
Lyt/blockwise (#1441)
* [Algo] blockwise tuning
Signed-off-by: Lu, Yintong <yintong.lu@intel.com>
* [Algo] code update
Signed-off-by: Lu, Yintong <yintong.lu@intel.com>
* [Algo] sq argument update
Signed-off-by: Lu, Yintong <yintong.lu@intel.com>
* [Algo] log update
Signed-off-by: Lu, Yintong <yintong.lu@intel.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* [Algo] code update
Signed-off-by: Lu, Yintong <yintong.lu@intel.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* [Algo] fix bugs
Signed-off-by: Lu, Yintong <yintong.lu@intel.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* [Algo] log update
Signed-off-by: Lu, Yintong <yintong.lu@intel.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* [Algo] enable blockwise on Llama models
Signed-off-by: Lu, Yintong <yintong.lu@intel.com>
* [Algo] enable blockwise on Llama models
Signed-off-by: Lu, Yintong <yintong.lu@intel.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* [Algo] code update
Signed-off-by: Lu, Yintong <yintong.lu@intel.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* [Algo] format code
Signed-off-by: Lu, Yintong <yintong.lu@intel.com>
* [Algo] fix bug
Signed-off-by: Lu, Yintong <yintong.lu@intel.com>
* [Algo] add ut
Signed-off-by: Lu, Yintong <yintong.lu@intel.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* [Algo] fix format issue
Signed-off-by: Lu, Yintong <yintong.lu@intel.com>
* [Algo] log update
Signed-off-by: Lu, Yintong <yintong.lu@intel.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* [Algo] move do_blockwise arg
Signed-off-by: Lu, Yintong <yintong.lu@intel.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* [Algo] fix bug
Signed-off-by: Lu, Yintong <yintong.lu@intel.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* [Algo] fix bug
Signed-off-by: Lu, Yintong <yintong.lu@intel.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* [Algo] fix bug
Signed-off-by: Lu, Yintong <yintong.lu@intel.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* [Algo] fix bug
Signed-off-by: Lu, Yintong <yintong.lu@intel.com>
* [Algo] fix bug
Signed-off-by: Lu, Yintong <yintong.lu@intel.com>
---------
Signed-off-by: Lu, Yintong <yintong.lu@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>1 parent 1f236d5 commit ee6bc28
File tree
7 files changed
+300
-42
lines changed- neural_compressor
- adaptor
- torch_utils
- strategy
- test/algorithm
7 files changed
+300
-42
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
179 | 185 | | |
180 | 186 | | |
181 | 187 | | |
| |||
194 | 200 | | |
195 | 201 | | |
196 | 202 | | |
| 203 | + | |
197 | 204 | | |
198 | 205 | | |
199 | 206 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1737 | 1737 | | |
1738 | 1738 | | |
1739 | 1739 | | |
1740 | | - | |
| 1740 | + | |
| 1741 | + | |
| 1742 | + | |
| 1743 | + | |
| 1744 | + | |
| 1745 | + | |
| 1746 | + | |
1741 | 1747 | | |
1742 | 1748 | | |
1743 | 1749 | | |
| |||
1756 | 1762 | | |
1757 | 1763 | | |
1758 | 1764 | | |
| 1765 | + | |
1759 | 1766 | | |
1760 | 1767 | | |
1761 | 1768 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1833 | 1833 | | |
1834 | 1834 | | |
1835 | 1835 | | |
1836 | | - | |
| 1836 | + | |
| 1837 | + | |
| 1838 | + | |
| 1839 | + | |
| 1840 | + | |
| 1841 | + | |
| 1842 | + | |
1837 | 1843 | | |
1838 | 1844 | | |
1839 | 1845 | | |
| |||
1852 | 1858 | | |
1853 | 1859 | | |
1854 | 1860 | | |
| 1861 | + | |
1855 | 1862 | | |
1856 | 1863 | | |
1857 | 1864 | | |
| |||
0 commit comments