Is your feature request related to a problem? Please describe.
Add tests to run and validate the examples under compressed-tensors, starting with all the scripts compress_xxx.py (should include 4 scripts) https://github.com/vllm-project/compressed-tensors/tree/main/examples
Describe the solution you'd like
The tests should run the examples, validate that it runs end-to-end and do basic sanity checks on the output product (i.e should include safetensors file, should include a config.json with the quantization_config correctly filed out). The tests should live in the compressed-tensors repo.
Is your feature request related to a problem? Please describe.
Add tests to run and validate the examples under compressed-tensors, starting with all the scripts
compress_xxx.py(should include 4 scripts) https://github.com/vllm-project/compressed-tensors/tree/main/examplesDescribe the solution you'd like
The tests should run the examples, validate that it runs end-to-end and do basic sanity checks on the output product (i.e should include
safetensorsfile, should include a config.json with the quantization_config correctly filed out). The tests should live in the compressed-tensors repo.