Skip to content

Commit

Permalink
apply documentation edits
Browse files Browse the repository at this point in the history
  • Loading branch information
ioga committed Oct 31, 2023
1 parent b099ee1 commit 9b99693
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/reference/deploy/helm-config-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/deploy/master-config-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/training/experiment-config-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
------------------
Expand Down

0 comments on commit 9b99693

Please sign in to comment.