Edit on GitHub

cache

Contains a helper command to set the cache directory location: dir.

Synopsis

usage: dvc cache [-h] [-q] [-v] {dir} ...

positional arguments:
  COMMAND
    dir          Configure cache directory location.

Description

The DVC Cache is where your data files, models, etc. (anything you want to version with DVC) are actually stored. The data files and directories visible in the workspace are links* to (or copies of) the ones in cache. Learn more about it's structure.

* Refer to File link types for more information on file links on different platforms.

For cache configuration options, refer to dvc config cache.

Options

  • -h, --help - prints the usage/help message, and exit.
  • -q, --quiet - do not write anything to standard output. Exit with 0 if no problems arise, otherwise 1.
  • -v, --verbose - displays detailed tracing information.
Content

๐Ÿ› Found an issue? Let us know! Or fix it:

Edit on GitHub

โ“ Have a question? Join our chat, we will help you:

Discord Chat