Closed KKWY0909 closed 1 year ago
The code in the sample dispatch.py runs to register_network_quantizer(MyQuantizer, platform=TargetPlatform.ACADEMIC_INT4) with an error. But it runs successfully after changing the platform to PPL_CUDA_INT4. What is the reason for this?
TargetPlatform.ACADEMIC_INT4 is a legacy platform, i will remove it from dispatch.py soon.
The code in the sample dispatch.py runs to register_network_quantizer(MyQuantizer, platform=TargetPlatform.ACADEMIC_INT4) with an error. But it runs successfully after changing the platform to PPL_CUDA_INT4. What is the reason for this?