delete checkpoint of postprocess (#302)

This commit is contained in:
zhuzhongshu123 2025-01-18 12:05:31 +08:00 committed by GitHub
parent 7666ca40dd
commit 4ad5bded26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,3 @@ class PostProcessorABC(BuilderComponent):
@property
def output_types(self):
return SubGraph
@property
def ckpt_subdir(self):
return "postprocessor"