Explorar o código

fix ray gpu executor

AlpinDale hai 7 meses
pai
achega
9f3d6205ce
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      aphrodite/executor/ray_gpu_executor.py

+ 1 - 1
aphrodite/executor/ray_gpu_executor.py

@@ -101,7 +101,7 @@ class RayGPUExecutor(DistributedGPUExecutor):
                 **ray_remote_kwargs,
             )(RayWorkerWrapper).remote(
                 worker_module_name=worker_module_name,
-                worker_class_name="worker_class_name",
+                worker_class_name=worker_class_name,
                 trust_remote_code=self.model_config.trust_remote_code,
             )