Commit 588d1e5
authored
[AutoRound] Update autoround to the release version (#2062)
SUMMARY:
- Pin autoround to the 0.9.1
- Minor fix for `quantize_block`
- Expose the `batch_size` to users
TEST PLAN:
```
pytest -svv ./tests/llmcompressor/transformers/autoround/test_autoround_oneshot.py
```
cc @hshen14 @thuang6 @chensuyue
---------
Signed-off-by: yiliu30 <[email protected]>1 parent fb41f25 commit 588d1e5
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
| 147 | + | |
149 | 148 | | |
150 | 149 | | |
151 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
223 | 224 | | |
224 | 225 | | |
225 | 226 | | |
| 227 | + | |
226 | 228 | | |
227 | 229 | | |
228 | 230 | | |
| |||
236 | 238 | | |
237 | 239 | | |
238 | 240 | | |
239 | | - | |
| 241 | + | |
240 | 242 | | |
241 | 243 | | |
242 | 244 | | |
| |||
0 commit comments