Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: non-training-specific checkpoints #3630

Closed
wants to merge 3 commits into from
Closed

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    ec7583c View commit details
    Browse the repository at this point in the history
  2. initial work on task 2

    This includes:
    
    - a TODO listing the queries to be changed and the work done on those
      already completed
    - creates a view called checkpoints_expanded that collects the data
      needed to populate the protobuf Checkpoint object from various tables
    - bun-ifying the model.Checkpoint, model.Model, and model.Version
      objects.  model.CheckpointExpanded was added to have a bun-ified
      struct for querying the checkpoints_expanded view.
    - Introducing internal/ckpts and internal/models
    - a bunch of XXX comments that need to be resolved before landing this
    rb-determined-ai committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    9702094 View commit details
    Browse the repository at this point in the history
  3. intial work on task3

    rb-determined-ai committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    2cb88bb View commit details
    Browse the repository at this point in the history