Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] actor_ref在创建之后,通过actor_ref方法获取时,uid丢失,变成了None #103

Closed
wuyouMaster opened this issue Aug 29, 2024 · 1 comment · Fixed by xorbitsai/inference#2214
Labels
bug Something isn't working
Milestone

Comments

@wuyouMaster
Copy link

Describe the bug

xinference框架在使用xoscar创建worker_ref之后,再通过actor_ref方法获取worker_ref应用时,能够获取引用,但是这个ref的uid变成了None

library versions:
xinference==0.13.3
xoscar==0.3.2

Additional context

2024-08-29_13-42
2024-08-29_13-42_1
2024-08-29_13-45
2024-08-29_13-44

@qinxuye
Copy link
Contributor

qinxuye commented Sep 2, 2024

问题在 xinference repo 里进行了修复,实际上不是 Xoscar 的问题。

原因在于 Xinference 里的几个 Actor 使用了 uid() 方法,但 uidxoscar.Actor 的属性,被覆盖掉了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
3 participants