def __post_init__()

in src/optimum/nvidia/export/workspace.py [0:0]


    def __post_init__(self):
        if not self.checkpoints_path.exists():
            self.checkpoints_path.mkdir(parents=True)

        if not self.engines_path.exists():
            self.engines_path.mkdir(parents=True)