From 981ce63dea616b71b2072752dd52528894e4fc26 Mon Sep 17 00:00:00 2001 From: revital Date: Wed, 12 Feb 2025 14:34:38 +0200 Subject: [PATCH] Edits --- docs/configs/clearml_conf.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configs/clearml_conf.md b/docs/configs/clearml_conf.md index 02d6e36e..f29ec7e5 100644 --- a/docs/configs/clearml_conf.md +++ b/docs/configs/clearml_conf.md @@ -672,8 +672,8 @@ Torch Nightly builds are ephemeral and are deleted from time to time. **`agent.package_manager.uv_files_from_repo_working_dir`** (*bool*) -* If set to `true`, the agent will look for the `uv.lock` or `pyproject.toml` file in the passed current working -directory instead of the repository's root directory. +* If set to `true`, the agent will look for the `uv.lock` or `pyproject.toml` file in provided directory path instead of + the repository's root directory. --- @@ -685,7 +685,7 @@ directory instead of the repository's root directory. **`agent.package_manager.uv_version`** (*string*) -* The `uv` version to use. For example, `">0.4"`, `"==0.4"`, `""` (empty string will install the latest version). +* The `uv` version requirements. For example, `">0.4"`, `"==0.4"`, `""` (empty string will install the latest version).