Commit 0bb5076
authored
[Tests] Increase maximum quantization error (#1245)
## Purpose ##
* Reduce false-positive test failures as a result of noisy quantization
*
https://github.com/vllm-project/llm-compressor/actions/runs/13775944340/job/38525122617#step:12:535
## Changes ##
* Increase maximum error due to quantization from 0.022 to 0.025
---------
Signed-off-by: Kyle Sayers <kylesayrs@gmail.com>1 parent d43ea79 commit 0bb5076
File tree
1 file changed
+2
-2
lines changed- tests/llmcompressor/transformers/sparsification
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
433 | | - | |
434 | | - | |
| 433 | + | |
| 434 | + | |
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
| |||
0 commit comments