From 9b99693507840241b2a9d1a1a682f357fc1a5838 Mon Sep 17 00:00:00 2001 From: Ilia Glazkov Date: Tue, 31 Oct 2023 09:45:37 -0700 Subject: [PATCH] apply documentation edits --- docs/reference/deploy/helm-config-reference.rst | 2 +- docs/reference/deploy/master-config-reference.rst | 4 ++-- docs/reference/training/experiment-config-reference.rst | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/reference/deploy/helm-config-reference.rst b/docs/reference/deploy/helm-config-reference.rst index a28f2e19d5ae..72c434978adb 100644 --- a/docs/reference/deploy/helm-config-reference.rst +++ b/docs/reference/deploy/helm-config-reference.rst @@ -133,7 +133,7 @@ ``pod_spec`` configuration. - ``containerPath``: The file system path inside the task pods to use. The checkpoints and - tensorboard data will be stored under this path. + TensorBoard data will be stored under this path. - When an experiment finishes, the system will optionally delete some checkpoints to reclaim space. The ``saveExperimentBest``, ``saveTrialBest`` and ``saveTrialLatest`` parameters diff --git a/docs/reference/deploy/master-config-reference.rst b/docs/reference/deploy/master-config-reference.rst index 8948f2ba2ace..746f086262bd 100644 --- a/docs/reference/deploy/master-config-reference.rst +++ b/docs/reference/deploy/master-config-reference.rst @@ -1307,8 +1307,8 @@ when the container exits. .. warning:: - When downloading checkpoints (e.g., using ``det checkpoint download``), we assume the same - directory is present locally at the same ``container_path``. + When downloading checkpoints (e.g., using ``det checkpoint download``), Determined assumes the + same directory is present locally at the same ``container_path``. ``container_path`` ------------------ diff --git a/docs/reference/training/experiment-config-reference.rst b/docs/reference/training/experiment-config-reference.rst index 9f3d4753799e..e56c6bd9e8b3 100644 --- a/docs/reference/training/experiment-config-reference.rst +++ b/docs/reference/training/experiment-config-reference.rst @@ -641,8 +641,8 @@ when the container exits. .. warning:: - When downloading checkpoints (e.g., using ``det checkpoint download``), we assume the same - directory is present locally at the same ``container_path``. + When downloading checkpoints (e.g., using ``det checkpoint download``), Determined assumes the + same directory is present locally at the same ``container_path``. ``container_path`` ------------------