Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M metaseq
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 95
    • Issues 95
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 41
    • Merge requests 41
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Administrator
  • metaseq
  • Merge requests
  • !550

Automatically evaluate checkpoints after copying to NFS

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge auto_eval into main Dec 12, 2022
  • Overview 29
  • Commits 13
  • Pipelines 0
  • Changes 2

Created by: Xirider

This PR adds the ability to automatically evaluate checkpoints after copying to NFS.

  • After the asynchronous copy of a checkpoint to NFS, we check periodically whether all checkpoint parts have finished copying.
  • Once all parts are done, we run the eval script defined in nfs_eval_script_path for this checkpoint

Add these lines to the internal sweep script to define the eval script path: https://www.internalfb.com/phabricator/paste/view/P576097431

Testing: I tested this with a dummy eval script, as the Punit's real eval script should only be used for large runs. I would recommend to check first whether the eval script alone runs correctly on our frozen branch.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: auto_eval