Allow compressed-tensors quantized model to be trained (#34520)
* populate quantization_config for kv-cache-scheme only configs
* make compressed-tensors quantized models trainable
* populate versions on quant config
* pass oneshot then finetune
* remove breakpoint
* SunMarc comments and fix to_dict logic
* lint
* lint
* test
* comment
* comments'