• Joined on 2026-02-17
grenade pushed to main at helexa/cortex 2026-05-21 04:39:41 +00:00
d1a4aad91d fix(tp): always drain worker responses on leader failure
grenade pushed to main at helexa/cortex 2026-05-20 19:02:45 +00:00
95dc8745eb feat(stage-8c): TP-aware Qwen3-Next (tp_qwen3_5)
grenade pushed to main at helexa/cortex 2026-05-20 18:13:23 +00:00
495d3f7c05 fix(qwen3_5): promote beta to F32 alongside q/k/v in delta rule
grenade pushed to main at helexa/cortex 2026-05-20 13:48:19 +00:00
5c4c8e0eba fix(qwen3_5): tensor names are under model.language_model.*, not model.*
grenade pushed to main at helexa/cortex 2026-05-20 13:47:54 +00:00
a77f19686e fix(qwen3_5): tensor names are under model.language_model.*, not model.*
grenade pushed to main at grenade/moments 2026-05-20 13:37:11 +00:00
2821548e6e feat(ui): add avg-by-hour panel to dashboard stats
grenade pushed to main at helexa/cortex 2026-05-20 13:18:55 +00:00
07c44d5db1 fix(qwen3_5): nested rope_parameters + partial_rotary_factor=0.25
grenade pushed to main at helexa/cortex 2026-05-20 12:52:38 +00:00
e7eb3dab6a feat(stage-8c): full-attention layer + decoder + Model + ForCausalLM for qwen3_5
grenade pushed to main at helexa/cortex 2026-05-20 06:29:56 +00:00
180274548d feat(stage-8c): linear-attention layer (Qwen3-Next GatedDeltaNet)
grenade pushed to main at helexa/cortex 2026-05-20 05:58:04 +00:00
a70f317729 feat(stage-8c): scaffold qwen3_5 (Qwen3.6) — dispatch + stubs + TP gate
grenade pushed to main at helexa/cortex 2026-05-20 05:36:26 +00:00
c6022aa6b9 feat(stage-8b): Llama + Qwen3 MoE families on the candle harness
grenade pushed to main at helexa/cortex 2026-05-20 05:27:33 +00:00
9e31d8deca feat(stage-8a): pre-flight architecture check for dense model loads
grenade pushed to main at grenade/moments 2026-05-20 04:59:10 +00:00
72eeb547af chore(deploy): self-heal /tmp perms before staging
86411bb88e fix(worker): dedup gitea events from overlapping user and org feeds
Compare 2 commits »
grenade pushed to main at helexa/cortex 2026-05-20 04:52:54 +00:00
b400e8b704 feat(neuron): honour HF_HUB_CACHE / HF_HOME for the candle harness cache
grenade pushed to main at helexa/cortex 2026-05-20 04:47:13 +00:00
62ca125a68 chore: keep models.example.toml generic; deploy.sh sync's local models.toml
grenade pushed to main at helexa/cortex 2026-05-20 04:39:08 +00:00
735945ee81 feat(cortex): unified /v1/models — catalogue × topology feasibility + cold-load
grenade pushed to main at helexa/cortex 2026-05-20 04:32:50 +00:00
f72dee094f feat(tp): Stage 7c-i — streaming SSE through TP
grenade pushed to main at helexa/cortex 2026-05-20 03:38:36 +00:00
d46d8d4f6c feat(tp): Stage 7b-iv — RPC + orchestration for TP load/inference
grenade pushed to main at helexa/cortex 2026-05-19 16:40:29 +00:00
9b8bd146f6 feat(tp): --tp-smoke CLI subcommand + remote validation script
grenade pushed to main at helexa/cortex 2026-05-19 16:12:03 +00:00
96d8755245 fix(tp): add half dep + drop double-wrapped .w() on CudaDevice::alloc