Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: invalidate caches when fetch, docker, or toolchain tasks change (#…
…761) This was an early hack I put in to avoid, eg: retraining entire models because a comment changed in a Dockerfile. We still want to avoid this sort of thing, but these days we do so explicitly with `previous_group_ids` and other techniques in the training config. Getting rid of this will improve our ability to cache issues in PRs. Eg: #738 had to be tricked into running things on a second iteration that only changed a Dockerfile.
- Loading branch information