We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
xinference框架在使用xoscar创建worker_ref之后,再通过actor_ref方法获取worker_ref应用时,能够获取引用,但是这个ref的uid变成了None
library versions: xinference==0.13.3 xoscar==0.3.2
The text was updated successfully, but these errors were encountered:
default_uid
uid
问题在 xinference repo 里进行了修复,实际上不是 Xoscar 的问题。
原因在于 Xinference 里的几个 Actor 使用了 uid() 方法,但 uid 是 xoscar.Actor 的属性,被覆盖掉了。
uid()
xoscar.Actor
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: