Skip to content

pullrequests Search Results · language:Edge language:Python language:PHP language:JavaScript language:Python language:Java

Filter by

196M results  (2 s)

196M results

Summary Two diffusion-related improvements, both motivated by aligning the code with what the paper claims. 1. Deterministic action selection (with a random fallback) Previously the (category, character, ...

Summary 笔趣阁(xiunews)搜索「又搜索不到结果」的根因是请求方式/编码:站点用的是 jieqi 搜索引擎,搜索只认 POST + GBK 的 searchkey;用 GET 时站点只返回一个「空表头」镜像页(有结果表头、无数据行),用 UTF-8 编码 searchkey 时连表头都没有。之前一次提交把搜索改成 GET + UTF-8,正是这次失效的原因。 验证(站点从 CI 机房 ...

Add files via upload

https://claude.ai/code/session_01Fi1UnxZCfNeqQCn5De75xX

Bumps the maven group with 24 updates in the / directory: | Package | From | To | | --- | --- | --- | | gradle-wrapper | 9.3.1 | 9.5.1 | | dev.rikka.rikkax.widget:mainswitchbar | 1.0.2 | 1.1.0 | | androidx.activity:activity ...
dependencies
java

… fixes Frontend (live-contracts index/home + shared global.css): - Swap to the design system s canonical primaries — self-hosted Libre Franklin (body/display) + Roboto Mono (labels), dropping ...

Summary - Change install.sh to install OMH into an isolated virtual environment by default instead of using direct pip --user. - Link the generated omh command into a user bin directory when possible ...

Motivation - Provide a single, reusable routine for sanitizing raw USGS/NWPS stage data to remove no-data sentinels and implausible values before downstream processing. - Replace duplicated ad-hoc ...
codex

Motivation The Qwen3.5 AttentionDecoderLayer applies an output gate after the attention compute as two separate PyTorch elementwise kernels: gate = torch.sigmoid(gate) # kernel launch #1 attn_output ...
jit-kernel
run-ci