Diff Coverage

Diff: origin/master...HEAD, staged and unstaged changes

Source File Diff Coverage (%) Missing Lines
hyper_parallel/platform/platform.py 0.0% 456
hyper_parallel/platform/platform.py
452
453
454
455
456
457
458
459
460
        raise NotImplementedError("Platform subclasses must implement ckpt_wrapper")

    @property
    def noop_context_fn(self):
        raise NotImplementedError("Platform subclasses must implement noop_context_fn")

    @staticmethod
    def create_selective_checkpoint_contexts(policy_fn_or_list, allow_cache_entry_mutation=False):
        raise NotImplementedError("Platform subclasses must implement create_selective_checkpoint_contexts")