You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "./worker.py", line 153, in health
if worker.state.total_requests > 0:
^^^^^^^^^^^^
AttributeError: 'PyTorchBackend' object has no attribute 'state'. Did you mean: 'status'?
File "./worker.py", line 153, in health
if worker.state.total_requests > 0:
^^^^^^^^^^^^
AttributeError: 'PyTorchBackend' object has no attribute 'state'. Did you mean: 'status'?
无法运行是个什么问题?
我看core/processors/pytorch_backend.py这个文件确实没定义state