Remove tpu_int8 as it is related to deleted quantization config and implementation

Signed-off-by: Wei-Yu Lin <weiyulin@google.com>
This commit is contained in:
Wei-Yu Lin 2025-12-16 01:48:51 +00:00 committed by Wei-Yu Lin
parent 49bef08e13
commit df62da8da2

View File

@ -11,7 +11,6 @@ logger = init_logger(__name__)
QuantizationMethods = Literal[ QuantizationMethods = Literal[
"awq", "awq",
"deepspeedfp", "deepspeedfp",
"tpu_int8",
"fp8", "fp8",
"ptpc_fp8", "ptpc_fp8",
"fbgemm_fp8", "fbgemm_fp8",