Skip to content

Commit

Permalink
Init data ckpt for VLLMModuleV2. (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoda authored Dec 24, 2024
1 parent 1081492 commit 36c2794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatlearn/runtime/dist_actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def add_remote_func(self):
setattr(self, func_name, dist_call)

def model_setup(self):
return [self.vllm_engine.setup.remote()]
return [self.vllm_engine.model_setup.remote()]

@property
def master(self):
Expand Down

0 comments on commit 36c2794

Please sign in to comment.