Skip to content

Commit 24da937

Browse files
committed
feat: add docs
Signed-off-by: Sugam Devare <sdevare@nvidia.com>
1 parent 36857c4 commit 24da937

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

nemo_gym/cli.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252

5353

5454
def _capture_head_server_dependencies(global_config_dict: DictConfig) -> None: # pragma: no cover
55+
"""
56+
Capture head server dependencies and store it in the global config dict.
57+
These dependencies are used as constraints to ensure that other servers use the same dependency versions as the head server.
58+
"""
59+
5560
try:
5661
result = subprocess.run(
5762
["uv", "pip", "freeze", "--exclude-editable"],

0 commit comments

Comments
 (0)