Skip to content

fix model name delivery and log more info#1745

Open
Harold-lkk wants to merge 5 commits intoInternLM:agent_devfrom
Harold-lkk:lkk/fix_r3
Open

fix model name delivery and log more info#1745
Harold-lkk wants to merge 5 commits intoInternLM:agent_devfrom
Harold-lkk:lkk/fix_r3

Conversation

@Harold-lkk
Copy link
Copy Markdown
Member

No description provided.

if self.lmdeploy_actor is None:
self.lmdeploy_actor = ray.get_actor(SHARED_STORE, namespace=SHARED_STORE_NAMESPACE)
assert self.lmdeploy_actor is not None, "LMDeploy actor should be available in the shared store."
routed_experts_ref = self.lmdeploy_actor.get.remote(routed_experts)
Copy link
Copy Markdown
Collaborator

@YanhuiDua YanhuiDua May 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

routed_experts = ray.get(self.lmdeploy_actor.get.remote(routed_experts)_
routed_experts_ref = ray.put(routed_experts)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants