Jun Liu
Jun Liu
神画图
@MagicNAT @itkang @aquila995 `default read`读出的一些字段是十六进制的所以会看起来意义不明 `plutil -convert xml1 ~/Library/Preferences/clowwindy.ShadowsocksX.plist -o xxx.xml` 可以把 plist 转成 xml,里面那个config下面的 data 字段就是 base64 转码后的 json,把 json base64 之后整个覆盖 data 字段然后 `plutil -convert binary1 xxx.xml -o...
@jamesney ss:// 这样的链接就是个 base64,根本不需要什么解析器,和这个 issue 讨论的问题无关
> 为什么你们要搞得这么复杂呢? > 先在菜单栏中“ShadowsocksX”->"服务器"->“导出全部服务器配置...", 把当前配置导出到文件。 > 然后再在导出文件中添加你的服务器列表信息。 > 然后再在菜单栏中“ShadowsocksX”->"服务器"->“导入服务器配置文件...”, 选择你修改好的配置文件。 > 搞定! > content of exported config file: > > ``` > { > "random" : false, > "authPass" :...
Update: It looks that only `quatilazation.h` in main branch includes "NVFP4" and "FP4", so the engine support in `deepseek` branch should be lacking. Then the question is: How did NVIDIA...
> [@handoku](https://github.com/handoku) Can you please share the solution if you have it, or the answer from the other issue that you mentioned it ? https://github.com/NVIDIA/TensorRT-LLM/issues/2870 TLDR: Only PyTorch workflow under...