Commit ad20cf1
authored
add fp8 block example test (#1697)
SUMMARY:
[INFERENG-1291](https://issues.redhat.com/browse/INFERENG-1291) makes a
simple request to include the
tests/examples/test_quantization_w8a8_fp8.py script in our existing
examples test cases.
TEST PLAN:
Verified by running the Custom Test Run workflow requesting the
"examples" tests. the [new test
passes](https://github.com/neuralmagic/llm-compressor-testing/actions/runs/16653093155/job/47147130847#step:12:92):
tests/examples/test_quantization_w8a8_fp8.py::TestQuantizationW8A8_FP8::test_example_scripts[gemma2_example.py]
PASSED [ 50%]
tests/examples/test_quantization_w8a8_fp8.py::TestQuantizationW8A8_FP8::test_example_scripts[fp8_block_example.py]
PASSED [ 57%]
Signed-off-by: Derek Kozikowski <106621615+derekk-nm@users.noreply.github.com>1 parent aeb4b79 commit ad20cf1
1 file changed
+10
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
43 | 50 | | |
44 | | - | |
| 51 | + | |
45 | 52 | | |
46 | | - | |
47 | | - | |
48 | | - | |
| 53 | + | |
49 | 54 | | |
0 commit comments