From eae68481fd3d7e2453a4380a31cccbaba5f01072 Mon Sep 17 00:00:00 2001 From: David Marx Date: Sat, 19 Feb 2022 06:49:40 -0800 Subject: [PATCH] warning admonition --- Usage.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Usage.md b/Usage.md index ac71e93..a6205ab 100644 --- a/Usage.md +++ b/Usage.md @@ -139,11 +139,11 @@ python -m pytti.workhorse \ ### CLI Superpowers ---- -WARNING: invoking multi-run from the CLI will likely re-download vgg weights for LPIPS. This will hopefully be patched soon, but until it is, please be aware that: +:::{warning} +Invoking multi-run from the CLI will likely re-download vgg weights for LPIPS. This will hopefully be patched soon, but until it is, please be aware that: * downloading large files repeatedly may eat up your internet quota if that's how your provider bills you. -* these files may consume disk space. To free up space, delete any vgg.pth files in subdirectories of the "outputs" folders pytti creates in multirun mode. ---- +* these are not small files and consume disk space. To free up space, delete any vgg.pth files in subdirectories of the "outputs" folders pytti creates in multirun mode. +::: A superpower commandline hydra gives us is the ability to specify multiple values for the same key, we just need to add the argument `--multirun`. For example, we can do this: