Closed greasebig closed 5 months ago
i use fp16 sdxl_turbo model to Generate Calibration Data. but when i continue to use fp16 sdxl_turbo model in Post Training Quantization (PTQ) Process, i got this error.
hello author. is there any way to allow i do PTQ by using fp16 sdxl_turbo model?
model = get_model(config.model, fp16=True, return_pipe=False)
i change here to load fp16
i use fp16 sdxl_turbo model to Generate Calibration Data. but when i continue to use fp16 sdxl_turbo model in Post Training Quantization (PTQ) Process, i got this error.