thyecust

Results 8 comments of thyecust

I can fix it by adding a `path.join` ``` function copyFauxAddon (mode, callback) { copy(path.join(__dirname, 'faux', 'myaddon.cc'), path.join(copyFauxTempDir, "myaddon.cc"), { overwrite: true }, function (err) { if (err) { return...

I have made some modification, you can see it in #100. Now the verify result is ``` PS C:\Users\thy\Documents\goingnative\goingnative> node .\bin\goingnative verify myaddon1 ✓ package.json contains "gypfile": true ✓ binding.gyp...

you can try running ./build-infer.sh java --no-opam-lock.

Only those with write access to this repository can merge pull requests. @kid-icarus could you help to merge this? Thanks.

@zhyncs May you provide more information about https://github.com/sgl-project/sglang/pull/6181#issuecomment-2869190561 ? I cannot reproduce that.

``` 12 results - 4 files sglang • python/sglang/srt/model_executor/model_runner.py: ... sglang • python/sglang/srt/openai_api/adapter.py: 557 "min_new_tokens": request.min_tokens, 558: "thinking_budget": request.thinking_budget, 559 "stop": request.stop, 1130 "min_new_tokens": request.min_tokens, 1131: "thinking_budget": request.thinking_budget, 1132 "stop":...

@minleminzui Could you help review this? thx

> It seems we allow user to pass this parameter with a non-thinking model? I think it is better to isolate this from non-thinking model to prevent potential effects in...