Li Yaning
Li Yaning
I also have this problem on CentOS7.And I used drogon_ctl to create project.
> Finally I solved the problem by noticing issue #215 and using u8"你好,世界". I think @earth2378 might encounter the same problem as mine. I try to use your method,but if...
DAG确实应该是无环的意思,但是文档里面却说可以生成有环图,有点不太懂 
I used python==3.11,numpy==1.24.3,PyWGCNA==1.2.4 on my windows10 computer, and I also have this problem. Hopefully the author will fix it.
我也有这个问题,节点是没有问题的,电脑直接开没事,路由器上开不行
你好,请问解决了么?我和你的需求差不多,就是想用Go去调用SDK。比如sdk.init(xxx),sdk.login()就可以登陆,sdk.MsgHandler()注册收到消息的回调这种用法,但是现在一头雾水,不知道怎么下手。
Has this bug been fixed? I also have this problem on windows, and my kitex version is v0.7.2. server: ` [Error] KITEX: processing request error, remoteService=, remoteAddr=127.0.0.1:12658, error=default codec read...
问题已经修复,是由于添加连接时的校验函数逻辑有问题,[移除无用的stdio校验](https://github.com/LSTM-Kirigaya/openmcp-client/commit/21eea008181fe636bab7a9adb56f96c2e079b602)
在`llm/pytorch/compression.py:133`中,有如下代码: ```python if os.path.exists(model_path): # `model_path` is a local folder base_pattern = os.path.join(model_path, "pytorch_model*.bin") else: # `model_path` is a cached Hugging Face repo model_path = snapshot_download(model_path, revision=revision) base_pattern = os.path.join(model_path,...
> > 我跑下来一切正常。 > > ``` > Name: transformers > Version: 4.43.2 > ``` > > ``` > Name: bitsandbytes > Version: 0.43.0 > ``` > > 这两个库看下对齐是否正常。 你下载的模型文件是什么样的呢,我下载下来都是一些safetensor格式的,但是我用的那个版本的xinference加载模型的时候只能加载bin,所以出现了这个问题。