AlpinDale hace 4 meses
padre
commit
2242975cfc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      aphrodite/cfg/cfg_worker.py

+ 1 - 1
aphrodite/cfg/cfg_worker.py

@@ -53,7 +53,7 @@ class CFGWorker(LoraNotSupportedWorkerBase):
         assert self.parallel_config.pipeline_parallel_size == 1
 
     def init_device(self):
-        self.root_task_handler.init_device()
+        self.root_worker.init_device()
         self.guidance_worker.init_device()
 
     def load_model(self):