Commit 6d600d4
authored
Fix CI/CD failures (#2359)
SUMMARY:
autoround:
- Test was previously using int weights with float activations which
silently fails with torch 2.9 but results in a failure for 2.10
- Fix the args to appropriately use a valid scheme where weights are
also float
quant_reload:
- Remove old unused argument
- Set tie_word_embeddings to false to account for what the test is
targeting - I believe we’re seeing this now from recent
compressed-tensors changes cc @kylesayrs1 parent 302c2c7 commit 6d600d4
File tree
2 files changed
+2
-2
lines changed- tests/llmcompressor/transformers
- autoround
- compression
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
0 commit comments