This removes the quantization enum, which we currently rely on for validating the quantization option. We don't really need to be doing this since we can rely directly on the engine for this validation. Furthermore, this enum/validation means we always have to keep the enums up to date. It's more effort than necessary in my opinion.
…support
Description
This removes the quantization enum, which we currently rely on for validating the quantization option. We don't really need to be doing this since we can rely directly on the engine for this validation. Furthermore, this enum/validation means we always have to keep the enums up to date. It's more effort than necessary in my opinion.