Buckets:

glennmatlin's picture
download
raw
214 Bytes
"""Trainer registry for unlearning methods."""
from .base import UnlearnTrainer
from .ngdiff import NGDiff
TRAINER_REGISTRY = {
"ngdiff": NGDiff,
}
__all__ = ["UnlearnTrainer", "NGDiff", "TRAINER_REGISTRY"]

Xet Storage Details

Size:
214 Bytes
·
Xet hash:
00a4bbeb7e167d6065cb485ba3617851ed4b4d28ca6b994a74698dadf9fc829a

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.