Liu Jiajun

Results 16 comments of Liu Jiajun

非常感谢,作者辛苦!看起来图片中检测效果不是很好呀,有很多错字呀。

I believe the issue still exists and needs to be fixed as soon as possible.

最新版本,同样报错,启动很慢,不知道什么原因

@pan-common worker向supervisor汇报状态时出错。 先尝试打开debug日志(另外你的错误没给全,请把完整的全贴上来,During handling of the above exception, another exception occurred:这句后面的都贴出来),看看有没有具体错误。 然后这样可以绕过汇报流程,看看能不能启动 > > ``` > XINFERENCE_DISABLE_HEALTH_CHECK=1 xinference-local --host 0.0.0.0 --port 9997 > ``` 后续报错,就是重复TimeoutError,应该是在反复尝试。绕过汇报流程后可以很快开启。

There is a problem. After installing graphar in the system using this method, if you then install arrow in the system and then rely on both arrow and graphar in...

> Hi @jasinliu > > Seems it works as expected: > > The problem comes from your CMakeList.txt: you are linking a static library libgraphar.a, which bundled libarrow.a; and `Arrow::arrow_static`...