Weitian Leung

Results 61 comments of 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: > > ![image](https://private-user-images.githubusercontent.com/117258288/287604115-2bef017b-cbe4-4474-8b2f-16d3196eee60.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDE5OTcyODIsIm5iZiI6MTcwMTk5Njk4MiwicGF0aCI6Ii8xMTcyNTgyODgvMjg3NjA0MTE1LTJiZWYwMTdiLWNiZTQtNDQ3NC04YjJmLTE2ZDMxOTZlZWU2MC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBSVdOSllBWDRDU1ZFSDUzQSUyRjIwMjMxMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDIzMTIwOFQwMDU2MjJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lYzU0MzM5OTIwZDZmZTFjY2FjMmJmY2IwYmZmNWY0ZTU2MGY3MTg0NzE5MmFjYTM0Yzc3ZGE4M2NiMmRiMzcyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.vvrgrOBLcXPXPgoh0mWUZ2K7KmbH3L7rjb6drGeRrg4) > > (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相关库,没有这些无法编译 至于专业版有没有这个我就不知道了