Module version_control

Module version_control 

Source
Expand description

Model version control system for ML models

This module provides Git-like version control for ML models:

  • Commit/checkout operations
  • Branching and merging
  • Diff operations for models
  • Model history tracking

Structs§

Branch
A branch in the version control system
LayerDiff
Difference in a single layer
ModelCommit
A commit in the model version history
ModelDiff
Model difference representation
ModelDiffer
Model differ for computing differences between models
ModelRepository
Model version control repository

Enums§

VersionControlError
Errors that can occur during version control operations