Update docs (#948)

This commit is contained in:
pollfly
2024-11-03 15:32:30 +02:00
committed by GitHub
parent af5639ac99
commit be102be4c3
51 changed files with 458 additions and 48 deletions

View File

@@ -56,16 +56,18 @@ User parameters are editable in any experiment, except experiments whose status
#### Source Code
Select source code by changing any of the following:
Modify code execution by changing any of the following:
* Repository, commit (select by ID, tag name, or choose the last commit in the branch), script, and/or working directory.
* Installed Python packages and/or versions - Edit or clear (remove) them all.
* Uncommitted changes - Edit or clear (remove) them all.
* Repository, commit (select by ID, tag name, or choose the last commit in the branch), script, working directory,
and/or binary.
* The Python packages to be installed and/or their versions - Edit the package list, or clear it to have the ClearML
Agent either not install any packages or use an existing repo `requirements.txt` file. If the experiment is based on a
run in which the packages used were eventually different to the ones originally specified, you can easily or reset the
packages to originally recorded values ("Original Pip").
* Uncommitted changes - Edit or clear all.
**To select different source code:**
* In the **EXECUTION** tab, hover over a section **>** **EDIT** or (**DISCARD DIFFS** for **UNCOMMITTED CHANGES**) **>**
edit **>** **SAVE**.
**To modify the source code**, hover over the relevant sections in the **EXECUTION** tab to access Edit, Clear/Discard,
and/or Reset functions.