Browse Source

Revert "actually run the workers"

This reverts commit 36cf32649db3ab0532aaf7cbd60ceb8210163c17.
AlpinDale 10 tháng trước cách đây
mục cha
commit
082b0b03bc
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      aphrodite/executor/ray_gpu_executor.py

+ 0 - 3
aphrodite/executor/ray_gpu_executor.py

@@ -139,9 +139,6 @@ class RayGPUExecutor(ExecutorBase):
                 ",".join(map(str, node_gpus[node_id])),
             }])
 
-        self._run_workers("update_environment_variables",
-                          all_args=all_args_to_update_environment_variables)
-
         distributed_init_method = get_distributed_init_method(
             driver_ip, get_open_port())