Dobromir Popov
4eeec7fa7f
feat: MAINT-001 - Fix Ruff violations across all Python source
2026-07-14 14:17:23 +03:00
Dobromir Popov
7925e5253d
feat: implement DGR-006 tensor bundle boundary
2026-07-14 13:52:57 +03:00
Dobromir Popov
ec36290863
feat: emit native DGR-003 shard identity
2026-07-14 11:31:10 +03:00
Dobromir Popov
7b8e467c6b
fix: harden DGR-003 identity trust boundary
2026-07-14 09:48:42 +03:00
Dobromir Popov
7364ed6731
fix: harden DGR-017 contract continuity
2026-07-14 01:10:33 +03:00
Dobromir Popov
ad2d17541c
feat: DGR-003 - Define exact Artifact and runtime recipe identity
2026-07-14 01:10:07 +03:00
Dobromir Popov
e7c780a623
feat: DGR-017 - Lock the GLM-5.2 Max target and alpha contract
2026-07-14 00:19:16 +03:00
Dobromir Popov
ef2a9e67e8
feat: add signed ROCm diagnostic lane
2026-07-13 21:24:43 +03:00
Dobromir Popov
b1c9deeb01
fix: cryptographically bind DGR-001 evidence
2026-07-13 19:38:14 +03:00
Dobromir Popov
9e67b829e3
fix: harden DGR-001 performance contract evidence
2026-07-13 19:10:24 +03:00
Dobromir Popov
e24db7854f
feat: DGR-001 - Lock the safetensors-versus-GGUF performance contract
2026-07-13 17:55:55 +03:00
Dobromir Popov
59f2486bf2
feat: DGR-001 - Lock the safetensors-versus-GGUF performance contract
2026-07-13 17:49:09 +03:00
Dobromir Popov
d904c40f66
fix: harden DGR-002 protocol bounds
2026-07-13 17:30:54 +03:00
Dobromir Popov
30dcf953fe
feat: DGR-002 - Adopt the versioned gRPC Shard protocol
2026-07-13 16:00:49 +03:00
Dobromir Popov
377346c301
[verified] feat: complete Ralph task workstreams
2026-07-12 11:17:03 +03:00
Dobromir Popov
9a1b15c020
models on tracker
2026-07-12 02:44:12 +03:00
Dobromir Popov
7d259d7c9b
test grouping
2026-07-11 22:11:21 +03:00
Dobromir Popov
bb561a9665
tests on dash
2026-07-11 12:38:51 +03:00
Dobromir Popov
11bf460027
routing tests, launch.configs, redirect, stats and route statistics
2026-07-11 11:39:47 +03:00
Dobromir Popov
f54ea100fb
issues, chat FPS; optimisations
2026-07-10 01:30:07 +03:00
Dobromir Popov
d598896be9
more inference fixes
2026-07-09 23:44:58 +02:00
Dobromir Popov
e30272e83f
dropp baes64 use binary
2026-07-09 22:40:43 +02:00
Dobromir Popov
3d264a500a
inference fixes
2026-07-09 20:46:29 +02:00
Dobromir Popov
1d3fb060ae
relay working with qwen2.5;
...
relay anounced on node ready
2026-07-09 10:48:32 +02:00
Dobromir Popov
4c6e1ed8b6
different node IDs
2026-07-09 09:43:36 +02:00
Dobromir Popov
6ba8546c55
relay preparing for public internet
2026-07-09 08:01:22 +02:00
Dobromir Popov
9ec4ca9ce1
-cpu flag
2026-07-09 08:19:15 +03:00
Dobromir Popov
1d3d3018cd
ROCm HW support
2026-07-09 01:07:53 +03:00
Dobromir Popov
5feb5b96f8
Merge branch 'master' of https://git.d-popov.com/popov/neuron-tai
2026-07-08 22:53:07 +02:00
Dobromir Popov
daddbaa4a3
distributd cache
2026-07-08 22:53:03 +02:00
Dobromir Popov
1e44e8e578
node and account names
2026-07-08 21:33:42 +03:00
Dobromir Popov
0b39d80375
md
2026-07-08 20:01:31 +02:00
Dobromir Popov
e44abc910d
routing
2026-07-08 18:48:50 +02:00
Dobromir Popov
e06969fcb5
md rework. new code
2026-07-08 17:59:08 +02:00
Dobromir Popov
560de08edd
Normalize line endings to LF via .gitattributes
...
Adds a committed .gitattributes so Windows and Linux checkouts converge
on LF for all text files, overriding each developer's local core.autocrlf.
Renormalizes existing blobs (server.py, dashboard.html, etc.) that had
CRLF baked in, clearing the repo-wide phantom "modified" churn.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-08 16:15:32 +02:00
Dobromir Popov
3d82188dc1
wip -more responsive UI, better routing
2026-07-08 09:07:54 +02:00
Dobromir Popov
471893c9d5
Skip multimodal/MTP checkpoint tensors absent from the text-only causal LM
...
Qwen3.5/3.6-MoE checkpoints ship vision (model.visual.*) and multi-token-
prediction (mtp.*) weights; the partial shard loader assigned them into the
text-only Qwen3_5MoeForCausalLM and crashed with AttributeError 'mtp'.
Filter selected tensors against the built model's state_dict keys, matching
transformers' _keys_to_ignore_on_load_unexpected behavior.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-07 19:16:19 +02:00
Dobromir Popov
cdd2699e63
try fix model loading quen3.6-35b
2026-07-07 18:36:29 +02:00
Dobromir Popov
456c43ea1d
set max tokens to 5k
2026-07-07 18:21:13 +02:00
Dobromir Popov
aba5fb12fa
Log node request processing so operators can see live activity in the console.
2026-07-07 18:12:57 +02:00
Dobromir Popov
1eb1e0baa2
Merge branch cursor/fix-meshnet-node-param-parsing into master.
...
Combine shard label formatting with model/shard flag parsing and tracker registration retry.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-07 18:02:01 +02:00
Dobromir Popov
c38e36f685
Retry tracker registration when initial connect fails.
...
Start background re-registration when the tracker is unreachable at startup so nodes do not stay permanently unregistered.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-07 17:59:27 +02:00
Dobromir Popov
50e8904f1c
ignore
2026-07-07 17:57:33 +02:00
Dobromir Popov
7e289fef2e
Fix meshnet-node model and shard flag parsing.
...
Unify --model and --model-id so catalog names use the tracker path, and allow --shard-start/--shard-end with --model instead of requiring --model-id.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-07 17:54:30 +02:00
Dobromir Popov
b1f08c45cd
misc
2026-07-07 18:49:32 +03:00
Dobromir Popov
e9a094b620
ram pool map
2026-07-07 18:35:36 +03:00
Dobromir Popov
1299a6bb1c
balancing improvements
2026-07-07 18:30:30 +03:00
Dobromir Popov
08e9c22ccf
Merge origin/master: streaming progress, dashboard call wall, and heartbeat scaffolding.
...
Resolve conflicts in dashboard.html (Call wall + live TPS/queue from remote) and server.py (proxy progress logging, request id forwarding, current_requests on node entries).
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-07 17:44:18 +03:00
Dobromir Popov
e81d989f39
dash QOL
2026-07-07 17:37:38 +03:00
Dobromir Popov
3eb7c6b93e
fixing streaming
2026-07-07 16:06:05 +02:00