Skip to content

Commit 6ed57c4

Browse files
committed
fix: uncomment init ray
Signed-off-by: Sugam Devare <sdevare@nvidia.com>
1 parent d70e378 commit 6ed57c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

nemo_gym/server_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ def set_ulimit(self, target_soft_limit: int = 65535): # pragma: no cover
451451
def run_webserver(cls) -> None: # pragma: no cover
452452
global_config_dict = get_global_config_dict()
453453

454-
# initialize_ray()
454+
initialize_ray()
455455

456456
server_config = cls.load_config_from_global_config()
457457
server_client = ServerClient(

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ dependencies = [
138138
"yappi",
139139

140140
# Ray: Used for distributed processing
141-
# Updated Fri Oct 18, 2025 with ray[default]==2.46.0
141+
# Updated Fri Oct 18, 2025 with ray[default]
142142
# License: Apache 2.0 https://github.com/ray-project/ray/blob/master/LICENSE
143143
"ray[default]",
144144
]

0 commit comments

Comments
 (0)