From af748e70e054b73551d0528b4d49563e0760cdd7 Mon Sep 17 00:00:00 2001 From: Kyle Sayers Date: Fri, 29 Nov 2024 06:18:46 +0000 Subject: [PATCH] add discussion section Signed-off-by: Kyle Sayers --- examples/quantization_w8a8_int8/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/quantization_w8a8_int8/README.md b/examples/quantization_w8a8_int8/README.md index a7e15c330..a5c5adeca 100644 --- a/examples/quantization_w8a8_int8/README.md +++ b/examples/quantization_w8a8_int8/README.md @@ -145,6 +145,9 @@ We can see the resulting scores look good! | | |strict-match | 5|exact_match|↑ |0.756|± |0.0272| ``` +### Community Discussion ### +* [(#916) Discuss the use of hyperparameters in the quantization_w8a8_int8 script](https://github.com/vllm-project/llm-compressor/issues/916) + ### Questions or Feature Request? Please open up an issue on `vllm-project/llm-compressor`