Weitian Leung
Weitian Leung
可以参考[这里](https://github.com/timxx/pywpsrpc/blob/master/examples/rpcetapi/et_convert.py#L52)的方法获取进程id,然后杀掉
> [This comment](https://github.com/clangd/vscode-clangd/issues/36#issuecomment-637462432) provides some clues: > > > No, clangd doen't support the clang static analyzer, which is the backend for scan-build. > > It might be possible to...
I use the [instruct model](https://huggingface.co/codellama/CodeLlama-7b-Instruct-hf) , only got `{'pass@1': 0.05227492739593417}` :( But I use the raw `` `` `` tokens, as my test it works fine than ``
> 这个应该是Linux客户端的BUG,我试了C++ SDK直接调用也是不行的。。建议给官方反馈。。
膜拜了下https://arxiv.org/abs/2204.05999这里的论文,发现貌似是在训练阶段做的。 哪里有详细的信息了解deepseek是怎么做的么?
> Confirmed. Note that we have an extra attribute `nothrow` on the function Decl: > >  > > (I still couldn't get a code + invocation arguments combo for...
`NoThrow` attribute has the same sourceRange (the location ID) as the `test` identifier (in Selection.cpp `getSourceRange`), and it's hitted. I'm not familiar with clang, don't known if this is a...
官方貌似没提供相应的api,不过你可以试试遍历wps进程,从参数上获取到端口啥的信息?
1、我没有arm64环境 2、我没有支持二次开发的arm64 wps版本 你可以折腾出来一个提个pr
> > 1、我没有arm64环境 2、我没有支持二次开发的arm64 wps版本 > > 你可以折腾出来一个提个pr > > 你好, 也就是说,官网提供的wps安装包(arm64),不支持二次开发?? 这个信息在wps官网能看到么 官方提供的个人版arm64包没有带librpc*.so相关库,没有这些无法编译 至于专业版有没有这个我就不知道了