changelog / post
Training cache summaries in the CLI
You can now view the contents of your training cache in the CLI! Training caches provide your training project with persistent storage across jobs. Here’s what’s new:
Training caches can now be viewed in-depth via Truss, using:
truss train cache summarize <project>
, where<project>
is a project ID or project name.You can sort the output table by providing
--sort
and--order
arguments to the command, allowing you to easily understand disk usage for the training cache.
Upgrade truss to 0.10.13
to try it out!