GamePP

Results 8 comments of GamePP

> That's correct, there's a workaround but I don't think it was ever implemented Do I need to modify ccdFuse or coreFuse? Can you give me some reference functions? Thank...

> Sorry I still have to finish the upgrade of my own version of the DLL which is quite old, too many changes, so it's not on GitHub > >...

I understand that it is indeed affected by Windows Defender. I look forward to your updates and thank you for your unremitting efforts. @irusanov

After using the 9900X, I understood what this meant; it refers to the CPU's physically die-disabled core. The 9900X has two CCDs. CCD0:Core 1 2 3 4 7 8 valid,Core...

Thank you for your contribution, which enabled PawnIO to support CO. @irusanov

We look forward to support read and write operations for RyzenSMU. This is a good start, thank you for your hard work.

Qwen3 support MCP add ``` --enable-reasoning --reasoning-parser deepseek_r1 \ --enable-auto-tool-choice --tool-call-parser hermes \ ``` I'm use docker 0.8.5 to infer ``` docker run --runtime nvidia --gpus all \ -d \...

> 我的环境是Ubuntu 22.04 & vLLM v0.8.5 & pytorch 2.6.0+cu124 & 4 * H20 96GB > > 请问应该使用什么启动参数来运行Qwen3-235B-A22B? 我使用默认的 `vllm serve ./Qwen3-235B-A22B --tensor-parallel-size 4` 来运行,会出现OOM的情况(尝试过--gpu-memory-utilization 参数没法解决)。默认参数使用8*H20可以成功运行,总显存消耗440GB。是否意味着4卡H20是没法运行的。 @Silencezjl 两个方案: 1. 使用Qwen3-235B-A22B-FP8,类似我的 4090...